From 616d5ca03ff4223db52aa7556179b080afe35ec6 Mon Sep 17 00:00:00 2001 From: Fredric N Date: Tue, 15 Jun 2010 10:05:43 +0200 Subject: [PATCH] Indentation fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c34218..9c28b38 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ CC := gcc SOURCES := \ src/arch.c \ - src/arch/mysql.c \ - src/indexer.c \ + src/arch/mysql.c \ + src/indexer.c \ src/common/path.c \ src/common/rbtree.c \ src/fs/notify_inotify.c \