Skip to content

Commit a4a32b4

Browse files
committed
Spacing cleanup
1 parent 222e732 commit a4a32b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

irep_utils/src/irep_helpers.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ package body Irep_Helpers is
2323
end;
2424
end if;
2525
end;
26-
26+
2727
end Irep_Helpers;

irep_utils/src/symbol_table_info.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ package body Symbol_Table_Info is
3535
Symbol_Json : JSON_Value;
3636
begin
3737
for Symbol of Symtab loop
38-
Symbol_Json := Symbol2Json (Symbol);
39-
Append (Ret, Symbol_Json);
38+
Symbol_Json := Symbol2Json (Symbol);
39+
Append (Ret, Symbol_Json);
4040
end loop;
4141
return Ret;
4242
end;

0 commit comments

Comments
 (0)