Explorar o código

Remove whitespace following trailing backslash

Fix below issue:
src/Makefile.am:210: warning: whitespace following trailing backslash

Signed-off-by: Xiang Dai <764524258@qq.com>
Xiang Dai %!s(int64=6) %!d(string=hai) anos
pai
achega
8df872a500
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Makefile.am

+ 1 - 1
src/Makefile.am

@@ -207,7 +207,7 @@ libprotobuf_lite_la_SOURCES =                                  \
   google/protobuf/generated_message_table_driven_lite.cc       \
   google/protobuf/implicit_weak_message.cc                     \
   google/protobuf/message_lite.cc                              \
-  google/protobuf/parse_context.cc                              \  
+  google/protobuf/parse_context.cc                             \
   google/protobuf/repeated_field.cc                            \
   google/protobuf/wire_format_lite.cc                          \
   google/protobuf/io/coded_stream.cc                           \