OSDN Git Service

Copyright years and whitespace fix for r180734
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Nov 2011 12:03:38 +0000 (12:03 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Nov 2011 12:03:38 +0000 (12:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180736 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3569c54..5270fd7 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 33072fe..7c71b09 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;