whitespaces

This commit is contained in:
Alejandro R. Mosteo
2018-02-01 14:24:22 +01:00
parent dfe375e495
commit 9fdcbb7c84
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -10,7 +10,13 @@ package Alire.Index.Hello is
V ("1.0.0"),
Repo,
"8cac0afddc505794ae3e5634745ce0830129d241",
-- Depends_On ("libhello", At_Least_Within_Major (V ("1.0.0"))));
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
V_1_0_1 : constant Release :=
Register_Git (Name,
V ("1.0.1"),
Repo,
"65725c20778875eef12b61a01b437120932965f3",
Depends_On => At_Least_Within_Major (Libhello.V_1_0_0));
end Alire.Index.Hello;
+1 -1
View File
@@ -28,6 +28,6 @@ private
Initialized : Boolean := False;
end record;
overriding procedure Finalize (This : in out Folder_Guard);
overriding procedure Finalize (This : in out Folder_Guard);
end Alire.OS_Lib;