瀏覽代碼

* indention fixed

git-svn-id: trunk@36775 -
florian 8 年之前
父節點
當前提交
8c33fbbe64
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      compiler/utils/mkspreg.pp

+ 5 - 5
compiler/utils/mkspreg.pp

@@ -189,7 +189,7 @@ begin
             cpustr:=readstr;
           end
         else
-          cpustr:='';		
+          cpustr:='';
         { Create register number }
         if supregs[regcount][1]<>'$' then
           begin
@@ -197,18 +197,18 @@ begin
             writeln('Line: "',s,'"');
             halt(1);
           end;
-		
+
         if i<length(s) then
           begin
             writeln('Extra chars at end of line, at line ',line);
             writeln('Line: "',s,'"');
             halt(1);
           end;
-		if (cpustr<>'SPARC64') or sparc64 then
-		  begin
+        if (cpustr<>'SPARC64') or sparc64 then
+          begin
             numbers[regcount]:=regtypes[regcount]+copy(subregs[regcount],2,255)+'00'+copy(supregs[regcount],2,255);
             inc(regcount);
-		  end;
+          end;
         if regcount>max_regcount then
           begin
             writeln('Error: Too much registers, please increase maxregcount in source');