summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2015-06-16 15:56:10 +0200
committerRadek Podgorny <radek@podgorny.cz>2015-06-16 15:56:10 +0200
commit7b8c730abdb85c1498bce20db9f5153ea2952ba0 (patch)
tree0aef7b73e87a805273cd65f8c0876b2d4d156091
parent88bfd9425c413fb2f0fadad9a0c8c1687cd80ab1 (diff)
downloadunionfs-fuse-git-7b8c730abdb85c1498bce20db9f5153ea2952ba0.tar.gz
whitespace formatting
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ba44ff7..099f15e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@ CPPFLAGS += -DLIBC_XATTR # glibc nowadays includes xattr
# CPPFLAGS += -DDISABLE_XATTR # disable xattr support
# CPPFLAGS += -DDISABLE_AT # disable *at function support
-LDFLAGS +=
+LDFLAGS +=
LIB = $(shell pkg-config --libs fuse) -lpthread