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

Unified Diff: gpu/command_buffer/tests/gl_program_unittest.cc

Issue 1558633002: Cleanup: Remove double semicolons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert CP code to a while loop, fix nit Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/tests/gl_program_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_program_unittest.cc b/gpu/command_buffer/tests/gl_program_unittest.cc
index 55e1d9e2ecc918c063d2de1dba2b259bfee592b1..1c4b54a9b0c426dc2eaa2ad0bd1273d340b6f318 100644
--- a/gpu/command_buffer/tests/gl_program_unittest.cc
+++ b/gpu/command_buffer/tests/gl_program_unittest.cc
@@ -177,7 +177,7 @@ TEST_F(GLProgramTest, UniformsInCurrentProgram) {
uniform vec4 u_color;
void main()
{
- gl_FragColor = u_color;;
+ gl_FragColor = u_color;
}
);

Powered by Google App Engine
This is Rietveld 408576698