Skip to content

Commit

Permalink
clang-format -i **/*.[ch]
Browse files Browse the repository at this point in the history
From here on, we’ll use clang-format to automatically format the source.

This has worked well in i3, so we are introducing it for i3lock.
  • Loading branch information
stapelberg committed Mar 16, 2015
1 parent 783509b commit 68b78a7
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 195 deletions.
4 changes: 2 additions & 2 deletions cursors.h
@@ -1,8 +1,8 @@
#ifndef _CURSORS_H
#define _CURSORS_H

#define CURS_NONE 0
#define CURS_WIN 1
#define CURS_NONE 0
#define CURS_WIN 1
#define CURS_DEFAULT 2

#endif

0 comments on commit 68b78a7

Please sign in to comment.