From 7ebdcc4f949907b08694dc6010b518bc303bb373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Thu, 19 May 2016 23:04:17 +0200 Subject: [PATCH] Fix broken link The link the bottom of https://google.github.io/styleguide/shell.xml is broken. When changing from cppguide.xml to cppguide.html, it works. Also cleaned up trailing whitespace. --- shell.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shell.xml b/shell.xml index 9659d59..529feb2 100644 --- a/shell.xml +++ b/shell.xml @@ -17,7 +17,7 @@ Revision 1.26 - + @@ -169,7 +169,7 @@ Revision 1.26

Every file must have a top-level comment including a brief overview of its contents. - A + A copyright notice and author information are optional.

@@ -182,7 +182,7 @@ Revision 1.26

- + @@ -273,7 +273,7 @@ Revision 1.26

Examples: - + # TODO(mrmonkey): Handle the unlikely edge cases (bug ####) @@ -1141,7 +1141,7 @@ Revision 1.26

Please take a few minutes to read the Parting Words section at the bottom - of the C++ Guide. + of the C++ Guide.