Indentation fix
This commit is contained in:
parent
d8b25fe83b
commit
616d5ca03f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -20,8 +20,8 @@ CC := gcc
|
||||||
|
|
||||||
SOURCES := \
|
SOURCES := \
|
||||||
src/arch.c \
|
src/arch.c \
|
||||||
src/arch/mysql.c \
|
src/arch/mysql.c \
|
||||||
src/indexer.c \
|
src/indexer.c \
|
||||||
src/common/path.c \
|
src/common/path.c \
|
||||||
src/common/rbtree.c \
|
src/common/rbtree.c \
|
||||||
src/fs/notify_inotify.c \
|
src/fs/notify_inotify.c \
|
||||||
|
|
|
||||||
Reference in a new issue