whitespace/comments

This commit is contained in:
Alejandro R Mosteo
2018-04-29 14:07:12 +02:00
parent 17e6fb64c6
commit 77cbcd3d9a
3 changed files with 3 additions and 7 deletions
Vendored
+1 -1
+2 -3
View File
@@ -50,8 +50,7 @@ private
"(no dependencies");
end Non_Primitives;
function Image_One_Line (V : Vector) return String renames Non_Primitives.Image_One_Line_Instance;
-- (if V.Is_Empty then "(no dependencies)" else Image_With_Pos (V, 1));
function Image_One_Line (V : Vector) return String
renames Non_Primitives.Image_One_Line_Instance;
end Alire.Dependencies.Vectors;
-3
View File
@@ -65,9 +65,6 @@ package Alire.Index is
function Package_Name (C : Catalog_Entry) return String;
-- Returns the unique part only, e.g. Alr for Alire.Index.Alr
-- As an exception, for Alire it returns the full path
-- function Name (This : Extension_Entry) return Alire.Project;
-- base:name
-----------------
-- Index types --