From 2e9f5e3bac9f6c0db0a285a429546db866b90051 Mon Sep 17 00:00:00 2001 From: Krishna Date: Fri, 12 Dec 2014 10:26:25 +0100 Subject: [PATCH] Reverting the space at the end for both files changed --- src/google/protobuf/compiler/cpp/cpp_helpers.cc | 2 +- src/google/protobuf/compiler/python/python_generator.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/google/protobuf/compiler/cpp/cpp_helpers.cc b/src/google/protobuf/compiler/cpp/cpp_helpers.cc index f8ed7b1c4a..28c4dd5407 100644 --- a/src/google/protobuf/compiler/cpp/cpp_helpers.cc +++ b/src/google/protobuf/compiler/cpp/cpp_helpers.cc @@ -511,4 +511,4 @@ bool IsStringOrMessage(const FieldDescriptor* field) { } // namespace cpp } // namespace compiler } // namespace protobuf -} // namespace google \ No newline at end of file +} // namespace google diff --git a/src/google/protobuf/compiler/python/python_generator.cc b/src/google/protobuf/compiler/python/python_generator.cc index 588394db71..b30d1972fa 100644 --- a/src/google/protobuf/compiler/python/python_generator.cc +++ b/src/google/protobuf/compiler/python/python_generator.cc @@ -1309,4 +1309,4 @@ void Generator::CopyPublicDependenciesAliases( } // namespace python } // namespace compiler } // namespace protobuf -} // namespace google \ No newline at end of file +} // namespace google