Summary: Whitespace cleanup
authorAndreas Schwab <schwab@gcc.gnu.org>
Mon, 26 Dec 2016 10:16:15 +0000 (10:16 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 26 Dec 2016 10:16:15 +0000 (10:16 +0000)
From-SVN: r243926

gcc/ChangeLog

index 0f2a6dc811bb0eb489cde9cb3ce2b7514ef3c735..cdb6b5b1b580f57caab3135995e2082850b259b7 100644 (file)
@@ -8,16 +8,16 @@
 
        * doc/cpp.texi (Invocation): Revise to indicate that GCC driver
        options are only documented in the GCC manual.
-       * doc/cppopts.texi: Delete documentation of GCC driver options 
+       * doc/cppopts.texi: Delete documentation of GCC driver options
        -o, -Wall, -Wtraditional, -Werror, -Wsystem-headers, -w,
-       -pedantic, -pedantic-errors, -std=, -ansi, --help, --target-help, 
-       -v, -version.  Update -Wcomment, -Wtrigraphs, -Wundef, 
-       -Wexpansion-to-defined, -Wno-endif-labels, -traditional, 
+       -pedantic, -pedantic-errors, -std=, -ansi, --help, --target-help,
+       -v, -version.  Update -Wcomment, -Wtrigraphs, -Wundef,
+       -Wexpansion-to-defined, -Wno-endif-labels, -traditional,
        -traditional-cpp, -trigraphs to merge text previously in GCC manual.
        * doc/invoke.texi (Option Summary): Move -trigraphs, -traditional,
        and -traditional-cpp from C dialect options to preprocessor options.
        (C Dialect Options): Likewise.
-       (Warning Options): Delete documentation of -Wcomment, -Wtrigraphs, 
+       (Warning Options): Delete documentation of -Wcomment, -Wtrigraphs,
        -Wexpansion-to-defined, -Wundef, and -Wno-endif-labels.
 
 2016-12-24  Richard Sandiford  <richard.sandiford@arm.com>