summaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 7801072..e959e08 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -213,8 +213,8 @@ translate (string const& val, const cxx_tokens& expr)
}
continue; // We have already gotten the next token.
}
- // Fall through.
}
+ // Fall through.
default:
{
// Handle CPP_KEYWORD here to avoid a warning (it is not
@@ -487,8 +487,8 @@ translate (string const& obj, string const& val, string const& db) const
}
continue; // We have already gotten the next token.
}
- // Fall through.
}
+ // Fall through.
default:
{
// Handle CPP_KEYWORD here to avoid a warning (it is not