Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / ada / s-exnllf.adb
index a1e59c1..c6765e8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2009 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2012, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -37,8 +37,7 @@ package body System.Exn_LLF is
 
    function Exn_Long_Long_Float
      (Left  : Long_Long_Float;
-      Right : Integer)
-      return  Long_Long_Float
+      Right : Integer) return Long_Long_Float
    is
       Result : Long_Long_Float := 1.0;
       Factor : Long_Long_Float := Left;