Browse Source

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 6 years ago
parent
commit
8df872a500
1 changed files with 1 additions and 1 deletions
  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                           \