Commit 8df872a5 authored by Xiang Dai's avatar Xiang Dai Committed by Adam Cozzette

Remove whitespace following trailing backslash

Fix below issue:
src/Makefile.am:210: warning: whitespace following trailing backslash
Signed-off-by: 's avatarXiang Dai <764524258@qq.com>
parent dface63d
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment