Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25526 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 13, 2015
1 parent ddad86f commit 79efc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Error.mo
Expand Up @@ -930,7 +930,7 @@ protected
algorithm
if not Flags.isSet(Flags.DISABLE_WARNING_MSG) then
//print(" adding message: " + intString(error_id) + "\n");
MESSAGE(error_id, msg_type, severity, msg) := inErrorMsg;
MESSAGE(error_id, msg_type, severity, msg) := inErrorMsg;
msg_str := Util.translateContent(msg);
ErrorExt.addMessage(error_id, msg_type, severity, msg_str, inMessageTokens);
//print(" succ add " + msg_type_str + " " + severity_string + ", " + msg + "\n");
Expand Down

0 comments on commit 79efc13

Please sign in to comment.