소스 검색

Fix tabs.

Martijn Laan 5 년 전
부모
커밋
77ac94feb1
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      Projects/CompMessageBoxDesigner.pas
  2. 1 1
      Projects/CompResUpdate.pas
  3. 1 1
      Projects/Compile.pas
  4. 1 1
      Projects/Undo.pas

+ 2 - 2
Projects/CompMessageBoxDesigner.pas

@@ -843,8 +843,8 @@ end;
 
 
 procedure TMBDForm.MSGTextKeyPress(Sender: TObject; var Key: Char);
 procedure TMBDForm.MSGTextKeyPress(Sender: TObject; var Key: Char);
 begin
 begin
-	if Key = #27 then begin
-  	MBDButtonCancel.Click;
+  if Key = #27 then begin
+    MBDButtonCancel.Click;
     Key := #0;
     Key := #0;
   end;
   end;
 end;
 end;

+ 1 - 1
Projects/CompResUpdate.pas

@@ -316,7 +316,7 @@ begin
       if M = 0 then
       if M = 0 then
         ErrorWithLastError('LoadLibraryEx failed (1)');
         ErrorWithLastError('LoadLibraryEx failed (1)');
       try
       try
-      	{ Load the 'MAINICON' group icon resource }
+        { Load the 'MAINICON' group icon resource }
         R := FindResource(M, 'MAINICON', RT_GROUP_ICON);
         R := FindResource(M, 'MAINICON', RT_GROUP_ICON);
         if R = 0 then
         if R = 0 then
           ErrorWithLastError('FindResource failed (1)');
           ErrorWithLastError('FindResource failed (1)');

+ 1 - 1
Projects/Compile.pas

@@ -4153,7 +4153,7 @@ begin
     ssOutput: begin
     ssOutput: begin
         if not FixedOutput then
         if not FixedOutput then
           Output := StrToBool(Value);
           Output := StrToBool(Value);
-		end;
+    end;
     ssOutputBaseFilename: begin
     ssOutputBaseFilename: begin
         if not FixedOutputBaseFilename then
         if not FixedOutputBaseFilename then
           OutputBaseFilename := Value;
           OutputBaseFilename := Value;

+ 1 - 1
Projects/Undo.pas

@@ -102,7 +102,7 @@ type
     ExtraData: Longint;
     ExtraData: Longint;
     DataSize: Cardinal;
     DataSize: Cardinal;
     Typ: TUninstallRecTyp;
     Typ: TUninstallRecTyp;
-    Data: array[0..$6FFFFFFF] of Byte;  { *must* be last field }	
+    Data: array[0..$6FFFFFFF] of Byte;  { *must* be last field }
   end;
   end;
 
 
   TDeleteUninstallDataFilesProc = procedure;
   TDeleteUninstallDataFilesProc = procedure;