aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/lua
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-03-29 09:03:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-29 09:03:53 -0700
commit9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 (patch)
treefc75ea6f8bc83b552d9ac9c9b4ac0d5a967ee5ac /third_party/lua
parente577693b3be06d90c824538e7eac0b25b0e02a99 (diff)
Style bikeshed - remove extraneous whitespace
Diffstat (limited to 'third_party/lua')
-rw-r--r--third_party/lua/src/lauxlib.h2
-rw-r--r--third_party/lua/src/lctype.h1
-rw-r--r--third_party/lua/src/ldo.h1
-rw-r--r--third_party/lua/src/lmem.h1
-rw-r--r--third_party/lua/src/lobject.h1
-rw-r--r--third_party/lua/src/lstate.h1
-rw-r--r--third_party/lua/src/luaconf.h1
7 files changed, 0 insertions, 8 deletions
diff --git a/third_party/lua/src/lauxlib.h b/third_party/lua/src/lauxlib.h
index ac4d15fbb9..1ab0d485e6 100644
--- a/third_party/lua/src/lauxlib.h
+++ b/third_party/lua/src/lauxlib.h
@@ -208,5 +208,3 @@ LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname,
#endif
-
-
diff --git a/third_party/lua/src/lctype.h b/third_party/lua/src/lctype.h
index 99c7d12237..8c2d56a6f5 100644
--- a/third_party/lua/src/lctype.h
+++ b/third_party/lua/src/lctype.h
@@ -92,4 +92,3 @@ LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
#endif /* } */
#endif
-
diff --git a/third_party/lua/src/ldo.h b/third_party/lua/src/ldo.h
index 27b837d999..3bae88eaf7 100644
--- a/third_party/lua/src/ldo.h
+++ b/third_party/lua/src/ldo.h
@@ -43,4 +43,3 @@ LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
#endif
-
diff --git a/third_party/lua/src/lmem.h b/third_party/lua/src/lmem.h
index 5f850999a9..2ac8ac037d 100644
--- a/third_party/lua/src/lmem.h
+++ b/third_party/lua/src/lmem.h
@@ -54,4 +54,3 @@ LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size,
const char *what);
#endif
-
diff --git a/third_party/lua/src/lobject.h b/third_party/lua/src/lobject.h
index dd23b9143c..d7fc86cc85 100644
--- a/third_party/lua/src/lobject.h
+++ b/third_party/lua/src/lobject.h
@@ -604,4 +604,3 @@ LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
#endif
-
diff --git a/third_party/lua/src/lstate.h b/third_party/lua/src/lstate.h
index c8a31f5c0b..3b7b2a1081 100644
--- a/third_party/lua/src/lstate.h
+++ b/third_party/lua/src/lstate.h
@@ -225,4 +225,3 @@ LUAI_FUNC void luaE_freeCI (lua_State *L);
#endif
-
diff --git a/third_party/lua/src/luaconf.h b/third_party/lua/src/luaconf.h
index df802c9526..4568d87ce4 100644
--- a/third_party/lua/src/luaconf.h
+++ b/third_party/lua/src/luaconf.h
@@ -548,4 +548,3 @@
#endif
-