]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Copyright years and whitespace fix for r180734
authorJanne Blomqvist <jb@gcc.gnu.org>
Tue, 1 Nov 2011 12:03:38 +0000 (14:03 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Tue, 1 Nov 2011 12:03:38 +0000 (14:03 +0200)
From-SVN: r180736

libgfortran/io/io.h
libgfortran/io/unit.c

index 3569c543f01276e685098886c65b8541a09a7ee4..5270fd7c0b42a4eea90bb5d314dc3abb6c6643f7 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+   2011
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
    F2003 I/O support contributed by Jerry DeLisle
index 33072fe9ae8823eec1542f92d9acfd7e075b8e74..7c71b090e3a654f234e41806acd0e8d126d9150c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010 
+/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
    F2003 I/O support contributed by Jerry DeLisle
@@ -816,7 +816,7 @@ get_unique_unit_number (st_parameter_open *opp)
 #endif
 
   /* Do not allow NEWUNIT numbers to wrap.  */
-  if (num > GFC_FIRST_NEWUNIT )
+  if (num > GFC_FIRST_NEWUNIT)
     {
       generate_error (&opp->common, LIBERROR_INTERNAL, "NEWUNIT exhausted");
       return 0;