summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-17 11:56:10 +0200
committerJim Meyering <meyering@redhat.com>2009-08-17 11:56:10 +0200
commit9b41eeb91733ee681a6a804464b6930d42ed8fd1 (patch)
tree33a247ef9d454f42b7c4b6c076cb24ad79080691 /daemon/configure.ac
parent9dd53bcb10283295d7fb5f0a3469be2984d99926 (diff)
downloadlibguestfs-9b41eeb91733ee681a6a804464b6930d42ed8fd1.tar.gz
libguestfs-9b41eeb91733ee681a6a804464b6930d42ed8fd1.tar.xz
libguestfs-9b41eeb91733ee681a6a804464b6930d42ed8fd1.zip
indent with spaces, not TABs
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r--daemon/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index f2f96c2a..8506ef7f 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -50,7 +50,7 @@ gl_INIT
AC_ARG_ENABLE([gcc-warnings],
[AS_HELP_STRING([--enable-gcc-warnings],
- [turn on lots of GCC warnings (for developers)])],
+ [turn on lots of GCC warnings (for developers)])],
[case $enableval in
yes|no) ;;
*) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;