Explorar el Código

removed accidental whitespace

Florian Enner hace 10 años
padre
commit
e544b38815
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/google/protobuf/compiler/ruby/ruby_generator.cc

+ 1 - 1
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);