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>
pull/5661/head
Xiang Dai 6 years ago committed by Adam Cozzette
parent dface63d71
commit 8df872a500
  1. 2
      src/Makefile.am

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

Loading…
Cancel
Save