Browse Source

* Adjust indent.

git-svn-id: trunk@7591 -
daniel 18 years ago
parent
commit
616fc0afcc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ncnv.pas

+ 2 - 2
compiler/ncnv.pas

@@ -611,8 +611,8 @@ implementation
          {An attempt to convert the result of a floating point division
           (with the / operator) to an integer type will fail. Give a hint
           to use the div operator.}
-          if (node.nodetype=slashn) and (def.typ=orddef) then
-            cgmessage(type_h_use_div_for_int);
+         if (node.nodetype=slashn) and (def.typ=orddef) then
+           cgmessage(type_h_use_div_for_int);
       end;