From 9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 29 Mar 2016 09:03:52 -0700 Subject: Style bikeshed - remove extraneous whitespace GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002 Review URL: https://codereview.chromium.org/1842753002 --- third_party/lua/src/lauxlib.h | 2 -- third_party/lua/src/lctype.h | 1 - third_party/lua/src/ldo.h | 1 - third_party/lua/src/lmem.h | 1 - third_party/lua/src/lobject.h | 1 - third_party/lua/src/lstate.h | 1 - third_party/lua/src/luaconf.h | 1 - 7 files changed, 8 deletions(-) (limited to 'third_party/lua') 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 - -- cgit v1.2.3