Commit e754fb8a by Geoff Lang

Fix missing newline at the end of compiler_test.h

BUG=angleproject:817 Change-Id: Iaa971c71c0f5bcec46fffb5d2e70f108e6ca6b02 Reviewed-on: https://chromium-review.googlesource.com/276607Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 7adfb184
...@@ -43,4 +43,4 @@ bool compileTestShader(sh::GLenum type, ...@@ -43,4 +43,4 @@ bool compileTestShader(sh::GLenum type,
std::string *translatedCode, std::string *translatedCode,
std::string *infoLog); std::string *infoLog);
#endif // TESTS_TEST_UTILS_COMPILER_TEST_H_ #endif // TESTS_TEST_UTILS_COMPILER_TEST_H_
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment