diff options
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_utils_autogen.h')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_utils_autogen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h index 42a89df..0f28002 100644 --- a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h +++ b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h @@ -4,6 +4,8 @@ // This file is auto-generated from // gpu/command_buffer/build_gles2_cmd_buffer.py +// It's formatted by clang-format using chromium coding style: +// clang-format -i -style=chromium filename // DO NOT EDIT! #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_AUTOGEN_H_ @@ -66,4 +68,3 @@ static std::string GetStringVertexAttribute(uint32 value); static std::string GetStringVertexPointer(uint32 value); #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_AUTOGEN_H_ - |