Index: xfa/include/fxjse/fxjse.h |
diff --git a/xfa/include/fxjse/fxjse.h b/xfa/include/fxjse/fxjse.h |
index b8a2af4b8a723886367f92b8a3047d40265d4710..a14a4f0fb6377c754c5bf2e5b07ae2c05d4eae7d 100644 |
--- a/xfa/include/fxjse/fxjse.h |
+++ b/xfa/include/fxjse/fxjse.h |
@@ -18,6 +18,7 @@ typedef struct FXJSE_HRUNTIME_ { void* pData; } * FXJSE_HRUNTIME; |
typedef struct FXJSE_HCONTEXT_ { void* pData; } * FXJSE_HCONTEXT; |
typedef struct FXJSE_HCLASS_ { void* pData; } * FXJSE_HCLASS; |
typedef struct FXJSE_HVALUE_ { void* pData; } * FXJSE_HVALUE; |
+// NOLINTNEXTLINE |
Tom Sepez
2016/02/23 17:44:19
what's the issue here?
dsinclair
2016/02/23 19:14:01
No space before {. git cl format wants there to be
|
typedef struct FXJSE_HOBJECT_ : public FXJSE_HVALUE_{} * FXJSE_HOBJECT; |
typedef double FXJSE_DOUBLE; |