Commit 3b815808 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

messagereader.cpp: drop trailing comma

parent b4844079
...@@ -54,7 +54,7 @@ struct MessageHandler ...@@ -54,7 +54,7 @@ struct MessageHandler
enum State { enum State {
kExpectObjectStart, kExpectObjectStart,
kExpectNameOrObjectEnd, kExpectNameOrObjectEnd,
kExpectValue, kExpectValue
}state_; }state_;
std::string name_; std::string name_;
}; };
......
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