From 0d7fda32fdffd829eef825d7a3f183af8552ba78 Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Tue, 10 Jan 2006 03:23:38 +0000
Subject: [PATCH] Fix indentation

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 funcs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/funcs/Makefile b/funcs/Makefile
index 60ef951519..63d36bfe9b 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -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)))
 
-- 
GitLab