aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/ruby/ruby_generator.cc
diff options
context:
space:
mode:
authorFlorian Enner <florian@enner.org>2015-02-02 15:19:01 -0500
committerFlorian Enner <florian@enner.org>2015-02-02 15:19:01 -0500
commite544b38815134ea800c1c4d86d207c1b56535afe (patch)
tree6691e53a9fdddd99d8702faf6a9aae51d5552cb3 /src/google/protobuf/compiler/ruby/ruby_generator.cc
parente1e86b02a8569f522a867d55c42e5ac5664fc86e (diff)
downloadprotobuf-e544b38815134ea800c1c4d86d207c1b56535afe.tar.gz
protobuf-e544b38815134ea800c1c4d86d207c1b56535afe.tar.bz2
protobuf-e544b38815134ea800c1c4d86d207c1b56535afe.zip
removed accidental whitespace
Diffstat (limited to 'src/google/protobuf/compiler/ruby/ruby_generator.cc')
-rw-r--r--src/google/protobuf/compiler/ruby/ruby_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/ruby/ruby_generator.cc b/src/google/protobuf/compiler/ruby/ruby_generator.cc
index da2e7e89..22a64de9 100644
--- a/src/google/protobuf/compiler/ruby/ruby_generator.cc
+++ b/src/google/protobuf/compiler/ruby/ruby_generator.cc
@@ -45,7 +45,7 @@ namespace google {
namespace protobuf {
namespace compiler {
namespace ruby {
-
+
// Forward decls.
std::string IntToString(uint32 value);
std::string StripDotProto(const std::string& proto_file);