Skip to content

Commit

Permalink
Add missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis committed Sep 6, 2014
1 parent 2e97c38 commit d40c1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/spatialdb/spatial_db.cc
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ std::string FeatureSet::DebugString() const {
switch (iter.second.type()) {
case Variant::kNull:
out.append("null");
break;
case Variant::kBool:
if (iter.second.get_bool()) {
out.append("true");
Expand Down

0 comments on commit d40c1f7

Please sign in to comment.