clang-format-3.5 **/*.h **/*.c
This should be the last commit that formats a big bunch of files. From here on, whenever I merge patches, I’ll run clang-format like described in the title.
This commit is contained in:
i3-config-wizard
i3-input
i3-nagbar
i3bar
include
src
include
bindings.hcon.hconfig.hconfig_directives.hdata.hfloating.hi3.h
i3
ipc.hlibi3.hlog.hqueue.hsd-daemon.hstartup.hutil.hworkspace.hxcb.hyajl_utils.hsrc
assignments.cbindings.cclick.ccommands.ccon.cconfig.cconfig_directives.cconfig_parser.cewmh.cfake_outputs.cfloating.chandlers.cipc.cload_layout.cmain.cmanage.cmatch.coutput.crandr.crender.crestore_layout.cscratchpad.csighandler.cstartup.ctree.cworkspace.cx.cxinerama.c
tests
@ -253,7 +253,7 @@ static void open_popups() {
|
||||
/* Open a popup window on each virtual screen */
|
||||
Output *screen;
|
||||
xcb_window_t win;
|
||||
TAILQ_FOREACH (screen, &outputs, outputs) {
|
||||
TAILQ_FOREACH(screen, &outputs, outputs) {
|
||||
if (!screen->active)
|
||||
continue;
|
||||
win = open_input_window(conn, screen->rect, width, height);
|
||||
|
Reference in New Issue
Block a user