From 9fdcbb7c843d2cc7a2dd65fbefe5204a26b1bc6d Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 1 Feb 2018 14:24:22 +0100 Subject: [PATCH] whitespaces --- index/alire-index-hello.ads | 10 ++++++++-- src/alire-os_lib.ads | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index/alire-index-hello.ads b/index/alire-index-hello.ads index 6cfdc74b..da104c7e 100644 --- a/index/alire-index-hello.ads +++ b/index/alire-index-hello.ads @@ -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; diff --git a/src/alire-os_lib.ads b/src/alire-os_lib.ads index 08af1842..22728b78 100644 --- a/src/alire-os_lib.ads +++ b/src/alire-os_lib.ads @@ -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;