Skip to content

Commit bace7f8

Browse files
committed
Please consider the following formatting changes
1 parent feb430e commit bace7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/display/frontend/GPUDisplayFrontend.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GPUDisplayFrontend* GPUDisplayFrontend::getFrontend(const char* type)
153153
return new GPUDisplayFrontendGlut;
154154
} else
155155
#endif
156-
if (strcmp(type, "none") == 0) {
156+
if (strcmp(type, "none") == 0) {
157157
return new GPUDisplayFrontendNone;
158158
} else {
159159
GPUError("Requested frontend not available");

0 commit comments

Comments
 (0)