From 10d78127af93c988edb1e4706aacd1a4df4b79ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E4=BA=86?= Date: Tue, 11 Dec 2018 11:44:41 +0800 Subject: [PATCH] Add Punctuation. Add Punctuation of 1.3. --- google-cpp-styleguide/headers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cpp-styleguide/headers.rst b/google-cpp-styleguide/headers.rst index 05ecde6..dcd898d 100644 --- a/google-cpp-styleguide/headers.rst +++ b/google-cpp-styleguide/headers.rst @@ -71,7 +71,7 @@ // b.h: struct B {}; - struct D : B {} + struct D : B {}; // good_user.cc: #include "b.h"