mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -2181,7 +2181,7 @@ gb_internal bool init_build_paths(String init_filename) {
|
|||||||
return false;
|
return false;
|
||||||
} else if (bc->build_paths[BuildPath_Output].ext.len == 0) {
|
} else if (bc->build_paths[BuildPath_Output].ext.len == 0) {
|
||||||
gb_printf_err("Output path %.*s must have an appropriate extension.\n", LIT(output_file));
|
gb_printf_err("Output path %.*s must have an appropriate extension.\n", LIT(output_file));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user