aboutsummaryrefslogtreecommitdiff
path: root/i3-config-wizard
diff options
context:
space:
mode:
authorOrestis Floros <orestisf1993@gmail.com>2018-04-26 23:58:42 +0300
committerOrestis Floros <orestisf1993@gmail.com>2018-04-27 00:09:42 +0300
commitaca7790217f6bac58e4588a5b80fcd41de781c8e (patch)
treebb6dda47ded8bdf180ad1ad37b74d9ece2cc0fee /i3-config-wizard
parent55dd5b8d8406c45b8ba406eabe453bc8596c1336 (diff)
downloadi3-aca7790217f6bac58e4588a5b80fcd41de781c8e.tar.gz
i3-aca7790217f6bac58e4588a5b80fcd41de781c8e.zip
Fix redundant return statements
… at the end of a function with a void return type. Found using clang-tidy's readability-redundant-control-flow.
Diffstat (limited to 'i3-config-wizard')
-rw-r--r--i3-config-wizard/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/i3-config-wizard/main.c b/i3-config-wizard/main.c
index 7f9f2d64..f3c33034 100644
--- a/i3-config-wizard/main.c
+++ b/i3-config-wizard/main.c
@@ -631,8 +631,6 @@ static void handle_button_press(xcb_button_press_event_t *event) {
modifier = MOD_Mod1;
handle_expose();
}
-
- return;
}
/*