Browse Source

* formatting

git-svn-id: trunk@26646 -
florian 11 years ago
parent
commit
2a7dcf6c7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ncal.pas

+ 2 - 2
compiler/ncal.pas

@@ -780,7 +780,7 @@ implementation
              maybe_global_proc_to_nested(left,parasym.vardef);
 
              { Handle varargs and hidden paras directly, no typeconvs or }
-             { pass_typechecking needed                                       }
+             { pass_typechecking needed                                  }
              if (cpf_varargs_para in callparaflags) then
                begin
                  { this should only happen vor C varargs                    }
@@ -2810,7 +2810,7 @@ implementation
           begin
             tcallparanode(left).get_paratype;
             if codegenerror then
-             goto errorexit;
+              goto errorexit;
           end;
 
          if assigned(methodpointer) then