[nautilus] pathbar: Fix style of switch case
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] pathbar: Fix style of switch case
- Date: Sat, 14 Apr 2018 13:20:11 +0000 (UTC)
commit ade0fd0036bfabbfed761250b578ed8a2c512ac4
Author: Ernestas Kulik <ernestask gnome org>
Date: Sat Apr 14 15:44:52 2018 +0300
pathbar: Fix style of switch case
src/nautilus-pathbar.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 323950737..c77c2bcbf 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -465,7 +465,9 @@ get_dir_name (ButtonData *button_data)
}
default:
+ {
return button_data->dir_name;
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]