summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-08-11 04:54:50 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-09-03 09:42:58 +0200
commit2b490bc947dbe0094417304840bd721417a162d9 (patch)
treed5203772a7d392612300d84ef3f8fa2d0eaf2558 /src/external
parent175613be0cfb0890174d12d941e634d833b63dd9 (diff)
downloadsssd-2b490bc947dbe0094417304840bd721417a162d9.tar.gz
sssd-2b490bc947dbe0094417304840bd721417a162d9.tar.xz
sssd-2b490bc947dbe0094417304840bd721417a162d9.zip
Remove trailing whitespace
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Diffstat (limited to 'src/external')
-rw-r--r--src/external/glib.m44
-rw-r--r--src/external/pkg.m46
2 files changed, 5 insertions, 5 deletions
diff --git a/src/external/glib.m4 b/src/external/glib.m4
index 8cec76326..3db25136b 100644
--- a/src/external/glib.m4
+++ b/src/external/glib.m4
@@ -3,9 +3,9 @@ PKG_CHECK_MODULES([GLIB2],[glib-2.0])
if test x$has_glib2 != xno; then
SAFE_LIBS="$LIBS"
LIBS="$GLIB2_LIBS"
-
+
AC_CHECK_FUNC([g_utf8_validate],
AC_DEFINE([HAVE_G_UTF8_VALIDATE], [1],
[Define if g_utf8_validate exists]))
LIBS="$SAFE_LIBS"
-fi \ No newline at end of file
+fi
diff --git a/src/external/pkg.m4 b/src/external/pkg.m4
index a8b3d06c8..568127f10 100644
--- a/src/external/pkg.m4
+++ b/src/external/pkg.m4
@@ -1,5 +1,5 @@
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-#
+#
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@ if test -n "$PKG_CONFIG"; then
AC_MSG_RESULT([no])
PKG_CONFIG=""
fi
-
+
fi[]dnl
])# PKG_PROG_PKG_CONFIG
@@ -119,7 +119,7 @@ if test $pkg_failed = yes; then
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
- else
+ else
$1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
fi
# Put the nasty error message in config.log where it belongs