Florian Enner 11 лет назад
Родитель
Сommit
e544b38815
1 измененных файлов с 1 добавлено и 1 удалено
  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 protobuf {
 namespace compiler {
 namespace compiler {
 namespace ruby {
 namespace ruby {
-	
+
 // Forward decls.
 // Forward decls.
 std::string IntToString(uint32 value);
 std::string IntToString(uint32 value);
 std::string StripDotProto(const std::string& proto_file);
 std::string StripDotProto(const std::string& proto_file);