fix indention of src/ipc.c

This commit is contained in:
Michael Stapelberg 2010-11-21 22:03:55 +01:00
parent 4549effe15
commit a71d782da9
1 changed files with 327 additions and 328 deletions

View File

@ -1,5 +1,5 @@
/* /*
* vim:ts=8:expandtab * vim:ts=4:sw=4:expandtab
* *
* i3 - an improved dynamic tiling window manager * i3 - an improved dynamic tiling window manager
* *
@ -248,7 +248,6 @@ IPC_HANDLER(tree) {
ipc_send_message(fd, payload, I3_IPC_REPLY_TYPE_TREE, length); ipc_send_message(fd, payload, I3_IPC_REPLY_TYPE_TREE, length);
y(free); y(free);
} }
/* /*