Commit 6eb78b1e authored by Harvey Tuch's avatar Harvey Tuch

Additional whitespace.

Signed-off-by: 's avatarHarvey Tuch <htuch@google.com>
parent 44a2a2fc
......@@ -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));
}
......
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