aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Harvey Tuch <htuch@google.com>2018-06-21 14:09:53 -0400
committerGravatar Harvey Tuch <htuch@google.com>2018-06-21 14:09:53 -0400
commit6eb78b1e845620a56990b415fdf50a25594ea445 (patch)
treef9450912b302e41e9af075f5f11841b545166ad4
parent44a2a2fcab63071375841d7a5001dd301ebac194 (diff)
Additional whitespace.
Signed-off-by: Harvey Tuch <htuch@google.com>
-rw-r--r--src/google/protobuf/util/json_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/util/json_util.cc b/src/google/protobuf/util/json_util.cc
index dd8c6111..9ad073d8 100644
--- a/src/google/protobuf/util/json_util.cc
+++ b/src/google/protobuf/util/json_util.cc
@@ -127,7 +127,7 @@ class StatusErrorListener : public converter::ErrorListener {
virtual void InvalidName(const converter::LocationTrackerInterface& loc,
StringPiece unknown_name, StringPiece message) {
status_ = util::Status(util::error::INVALID_ARGUMENT,
- loc.ToString() + ":invalid name " +
+ loc.ToString() + ": invalid name " +
string(unknown_name) + ": " + string(message));
}