Use tabs in lj_jit.h to match style.

This commit is contained in:
Vyacheslav Egorov 2015-08-26 03:07:06 +02:00
parent 9396a47a3b
commit f15d8b7b2f

View File

@ -418,7 +418,7 @@ typedef struct jit_State {
TValue errinfo; /* Additional info element for trace errors. */ TValue errinfo; /* Additional info element for trace errors. */
TValue* selfref; /* Slot for the trace self reference. */ TValue* selfref; /* Slot for the trace self reference. */
#if LJ_HASPROFILE #if LJ_HASPROFILE
GCproto *prev_pt; /* Previous prototype. */ GCproto *prev_pt; /* Previous prototype. */