Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Side by Side Diff: third_party/lua/src/lobject.h

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lua/src/lmem.h ('k') | third_party/lua/src/lstate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ** $Id: lobject.h,v 2.71 2012/09/11 18:21:44 roberto Exp $ 2 ** $Id: lobject.h,v 2.71 2012/09/11 18:21:44 roberto Exp $
3 ** Type definitions for Lua objects 3 ** Type definitions for Lua objects
4 ** See Copyright Notice in lua.h 4 ** See Copyright Notice in lua.h
5 */ 5 */
6 6
7 7
8 #ifndef lobject_h 8 #ifndef lobject_h
9 #define lobject_h 9 #define lobject_h
10 10
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2); 597 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
598 LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); 598 LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result);
599 LUAI_FUNC int luaO_hexavalue (int c); 599 LUAI_FUNC int luaO_hexavalue (int c);
600 LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 600 LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
601 va_list argp); 601 va_list argp);
602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); 602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
603 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len); 603 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
604 604
605 605
606 #endif 606 #endif
607
OLDNEW
« no previous file with comments | « third_party/lua/src/lmem.h ('k') | third_party/lua/src/lstate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698