From f15d8b7b2f5d55245e3b160dce687b8d4f15f903 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Wed, 26 Aug 2015 03:07:06 +0200 Subject: [PATCH] Use tabs in lj_jit.h to match style. --- src/lj_jit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lj_jit.h b/src/lj_jit.h index c2b5c77b..92d444d7 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h @@ -418,7 +418,7 @@ typedef struct jit_State { 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 GCproto *prev_pt; /* Previous prototype. */