Add spaces around comparison operators in engine source files.
PiperOrigin-RevId: 535989348 Change-Id: I883f7e82351299933c49b35a31842b5d8d6aea04
This commit is contained in:
committed by
Copybara-Service
parent
d40c395917
commit
455b1cd2e2
@@ -139,7 +139,7 @@ void mju_error(const char* msg, ...) {
|
||||
} else if (mju_user_error) {
|
||||
mju_user_error(errmsg);
|
||||
} else {
|
||||
// write to log and console
|
||||
// write to log and console
|
||||
mju_writeLog("ERROR", errmsg);
|
||||
printf("ERROR: %s\n\nPress Enter to exit ...", errmsg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user