From 1480f33eb3cca58d07e25f1ba29fb3caf64ef7f5 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Wed, 26 Aug 2015 11:48:10 +0200 Subject: [PATCH] Repair formatting in src/lj_jit.h again. --- 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 92d444d7..29de8862 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. */