summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2009-04-26 19:21:29 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2009-04-26 19:21:29 +0300
commit227a99369534a60cd1d9c870885edd8c545a8722 (patch)
tree1e860bc3fe25411fe7b495ba6b273b23d7356422
parent6ab11d17cb8e4d1ed755da7accac9630d567a097 (diff)
Trivial whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--gst-autogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/gst-autogen.sh b/gst-autogen.sh
index 23c3df2..fe4a78d 100644
--- a/gst-autogen.sh
+++ b/gst-autogen.sh
@@ -170,6 +170,7 @@ autoheader_check ()
fi
}
+
autoconf_2_52d_check ()
{
# autoconf 2.52d has a weird issue involving a yes:no error
@@ -278,7 +279,6 @@ toplevel_check ()
}
}
-
tool_run ()
{
tool=$1
@@ -293,7 +293,6 @@ tool_run ()
}
}
-
install_git_hooks ()
{
if test -d .git; then
@@ -314,5 +313,3 @@ install_git_hooks ()
done
fi
}
-
-