summaryrefslogtreecommitdiff
path: root/src/device/device_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device_util.c')
-rw-r--r--src/device/device_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c
index 2a26a55bd4..38207ebfb8 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -168,7 +168,7 @@ const char *dev_path(const struct device *dev)
if (!dev) {
memcpy(buffer, "<null>", 7);
} else {
- switch(dev->path.type) {
+ switch (dev->path.type) {
case DEVICE_PATH_NONE:
memcpy(buffer, "NONE", 5);
break;