[Libreoffice-commits] .: configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Sat Sep 17 03:57:52 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a1e292d1684d8e7ac4e26cd15abff19841165a8
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Sat Sep 17 12:57:29 2011 +0200

    Whitespace once again.
    Vim tends to replace 8 spaces with 1 tab, must reconfigure...

diff --git a/configure.in b/configure.in
index c3cff3e..6ea36b4 100755
--- a/configure.in
+++ b/configure.in
@@ -7755,7 +7755,7 @@ WITH_THEMES=""
 for theme in $with_theme; do
     AS_CASE([$theme],
         [default|crystal|hicontrast|oxygen|tango], [],
-	[AC_MSG_ERROR([Unknown value for --with-themes: $theme])]
+        [AC_MSG_ERROR([Unknown value for --with-themes: $theme])]
     )
     WITH_THEMES="$WITH_THEMES $theme"
     SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[:lower:]' '[:upper:]'`"


More information about the Libreoffice-commits mailing list