summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-21 12:56:03 +0100
committerThomas Haller <thaller@redhat.com>2020-02-21 18:24:25 +0100
commitffa098edae563e35ffbb50b20e306fbfa3d5617a (patch)
tree30b206dc06a9c7afb4ee70e61f3ce79e9f317fde /src/nm-manager.c
parent95891e78e77377707ecf6c868750c570f5ca7c3b (diff)
downloadNetworkManager-ffa098edae563e35ffbb50b20e306fbfa3d5617a.tar.gz
all: unify spelling of "fall-through" comment for switch statements
We used "/* fall through */" and "/* fall-through */" inconsistently. Rename to use only one variant.
Diffstat (limited to 'src/nm-manager.c')
-rw-r--r--src/nm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-manager.c b/src/nm-manager.c
index 75bee452de..e49c739a10 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
@@ -3335,7 +3335,7 @@ add:
_LOGI (LOGD_PLATFORM, "(%s): '%s' plugin not available; creating generic device",
plink->name, nm_link_type_to_string (plink->type));
nm_plugin_missing = TRUE;
- /* fall through */
+ /* fall-through */
default:
device = nm_device_generic_new (plink, nm_plugin_missing);
break;