Skip to content
Snippets Groups Projects
Commit c8352514 authored by Piotr Trojanek's avatar Piotr Trojanek Committed by Marc Poulhiès
Browse files

ada: Whitespace cleanup in declaration of calendar-related routines

Code cleanup.

gcc/ada/

	* libgnat/s-os_lib.ads: Remove extra whitespace.
parent 3d031cc4
No related branches found
No related tags found
No related merge requests found
...@@ -130,12 +130,12 @@ package System.OS_Lib is ...@@ -130,12 +130,12 @@ package System.OS_Lib is
-- Returns current local time in the form YYYY-MM-DD HH:MM:SS. The result -- Returns current local time in the form YYYY-MM-DD HH:MM:SS. The result
-- has bounds 1 .. 19. -- has bounds 1 .. 19.
function GM_Year (Date : OS_Time) return Year_Type; function GM_Year (Date : OS_Time) return Year_Type;
function GM_Month (Date : OS_Time) return Month_Type; function GM_Month (Date : OS_Time) return Month_Type;
function GM_Day (Date : OS_Time) return Day_Type; function GM_Day (Date : OS_Time) return Day_Type;
function GM_Hour (Date : OS_Time) return Hour_Type; function GM_Hour (Date : OS_Time) return Hour_Type;
function GM_Minute (Date : OS_Time) return Minute_Type; function GM_Minute (Date : OS_Time) return Minute_Type;
function GM_Second (Date : OS_Time) return Second_Type; function GM_Second (Date : OS_Time) return Second_Type;
-- Functions to extract information from OS_Time value in GMT form -- Functions to extract information from OS_Time value in GMT form
procedure GM_Split procedure GM_Split
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment