Просмотр исходного кода

compiler: fix indentation

git-svn-id: trunk@23346 -
paul 12 лет назад
Родитель
Сommit
97d7a4ff50
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      compiler/psub.pas

+ 2 - 2
compiler/psub.pas

@@ -494,12 +494,12 @@ implementation
                     end
                     end
                 else
                 else
                   if not is_record(current_structdef) then
                   if not is_record(current_structdef) then
-                  internalerror(200305103);
+                    internalerror(200305103);
                 { if self=nil then exit
                 { if self=nil then exit
                   calling fail instead of exit is useless because
                   calling fail instead of exit is useless because
                   there is nothing to dispose (PFV) }
                   there is nothing to dispose (PFV) }
                 if is_class_or_object(current_structdef) then
                 if is_class_or_object(current_structdef) then
-                addstatement(newstatement,cifnode.create(
+                  addstatement(newstatement,cifnode.create(
                     caddnode.create(equaln,
                     caddnode.create(equaln,
                         load_self_pointer_node,
                         load_self_pointer_node,
                         cnilnode.create),
                         cnilnode.create),