]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix indentation
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 10 Jan 2006 03:23:38 +0000 (03:23 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 10 Jan 2006 03:23:38 +0000 (03:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/Makefile

index 60ef951519781e2c437198cbd750e94f152d8b76..63d36bfe9b61fef8fcae701024ed2e02ece257e7 100644 (file)
@@ -24,7 +24,7 @@ BUILTINS=func_md5.o \
          func_timeout.o \
          func_language.o \
          func_moh.o \
-        func_base64.o
+         func_base64.o
 
 AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))