Skip to content

Commit f5d1f9f

Browse files
[Janitor mode] Fix tabs
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 6f17cfd commit f5d1f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/runtime/systemimpl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,8 +1907,8 @@ void SystemImpl__gettextInit(const char *locale)
19071907
#endif /* __MINGW32__ */
19081908
if(omhome == NULL)
19091909
{
1910-
fprintf(stderr, "Warning: environment variable OPENMODELICAHOME is not set. Cannot load locale.\n");
1911-
return;
1910+
fprintf(stderr, "Warning: environment variable OPENMODELICAHOME is not set. Cannot load locale.\n");
1911+
return;
19121912
}
19131913
omlen = strlen(omhome);
19141914
localedir = (char*) malloc(omlen + 25);

0 commit comments

Comments
 (0)