summaryrefslogtreecommitdiff
path: root/tools/atree/files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r--tools/atree/files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp
index d5c8a977dd..b90f8b3d28 100644
--- a/tools/atree/files.cpp
+++ b/tools/atree/files.cpp
@@ -81,7 +81,7 @@ split_line(const char* p, vector<string>* out)
state = TEXT;
break;
}
- // otherwise fall-through to TEXT case
+ [[fallthrough]];
case TEXT:
if (state != IN_QUOTE && isspace(*p)) {
if (q != p) {