Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
8df872a500
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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                           \