mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
whitespace
This commit is contained in:
@@ -758,6 +758,8 @@ int main(int arg_count, char **arg_ptr) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// NOTE(bill): add 'shared' directory if it is not already set
|
// NOTE(bill): add 'shared' directory if it is not already set
|
||||||
if (!find_library_collection_path(str_lit("shared"), nullptr)) {
|
if (!find_library_collection_path(str_lit("shared"), nullptr)) {
|
||||||
add_library_collection(str_lit("shared"),
|
add_library_collection(str_lit("shared"),
|
||||||
|
|||||||
Reference in New Issue
Block a user