diff options
-rw-r--r-- | odb/oracle/traits.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx index c50c96f..3598dda 100644 --- a/odb/oracle/traits.cxx +++ b/odb/oracle/traits.cxx @@ -70,9 +70,8 @@ namespace odb case chunk_first: { v.clear (); - - // Falling through. } + // Fall through. case chunk_next: case chunk_last: { @@ -118,9 +117,8 @@ namespace odb case chunk_first: { v.clear (); - - // Falling through. } + // Fall through. case chunk_next: case chunk_last: { @@ -168,9 +166,8 @@ namespace odb case chunk_first: { v.clear (); - - // Falling through. } + // Fall through. case chunk_next: case chunk_last: { |