misc.c: Remove trailing spaces.
authorArnaud Charlet <charlet@act-europe.fr>
Mon, 12 Jan 2004 12:56:39 +0000 (13:56 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 12 Jan 2004 12:56:39 +0000 (13:56 +0100)
* misc.c: Remove trailing spaces.
Update copyright notice missed in previous change.

From-SVN: r75716

gcc/ada/ChangeLog
gcc/ada/misc.c

index c8c82d2f105529136891ba6c92436eff7d46daa8..ec010c6430dfa8c5709023122b0a7314de9ecf12 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
 
+       * misc.c: Remove trailing spaces.
+       Update copyright notice missed in previous change.
+
        PR ada/13572
        * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
        prefix/share/make
index 43a63dedc8158f6a5143ff96f8f76d32ea93dfc3..7554a127e5e2548ff088999a19617199f341d57b 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                           C Implementation File                          *
  *                                                                          *
- *          Copyright (C) 1992-2003 Free Software Foundation, Inc.          *
+ *          Copyright (C) 1992-2004 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- *
@@ -534,7 +534,7 @@ static const char *
 gnat_printable_name (tree decl, int verbosity)
 {
   const char *coded_name = IDENTIFIER_POINTER (DECL_NAME (decl));
-  char *ada_name = (char *) ggc_alloc (strlen (coded_name) * 2 + 60);    
+  char *ada_name = (char *) ggc_alloc (strlen (coded_name) * 2 + 60);
 
   __gnat_decode (coded_name, ada_name, 0);
 
@@ -551,7 +551,7 @@ gnat_printable_name (tree decl, int verbosity)
    here are TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR and NULL_EXPR.  */
 
 static rtx
-gnat_expand_expr (tree exp, rtx target, enum machine_mode tmode, 
+gnat_expand_expr (tree exp, rtx target, enum machine_mode tmode,
                  int modifier, rtx *alt_rtl)
 {
   tree type = TREE_TYPE (exp);