summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--README2
-rw-r--r--src/conf_macros.m44
-rw-r--r--src/external/glib.m44
-rw-r--r--src/external/pkg.m46
-rw-r--r--src/man/sssd.conf.5.xml8
-rw-r--r--src/sss_client/ssh/sss_ssh_client.c6
-rwxr-xr-xsrc/tests/pyhbac-test.py1
-rw-r--r--src/util/dlinklist.h8
-rw-r--r--src/util/signal.c8
9 files changed, 23 insertions, 24 deletions
diff --git a/README b/README
index ed08970ce..189f66fe5 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@
an NSS and PAM interface toward the system and a pluggable backend system
to connect to multiple different account sources.
- More information about SSSD can be found on its project page -
+ More information about SSSD can be found on its project page -
<http://fedorahosted.org/sssd/>
Building and installation
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index c6ce00059..cd731e605 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -596,11 +596,11 @@ AC_DEFUN([WITH_UNICODE_LIB],
if test x"$with_unicode_lib" != x; then
unicode_lib=$with_unicode_lib
fi
-
+
if test x"$unicode_lib" != x"libunistring" -a x"$unicode_lib" != x"glib2"; then
AC_MSG_ERROR([Unsupported unicode library])
fi
-
+
AM_CONDITIONAL([WITH_LIBUNISTRING], test x"$unicode_lib" = x"libunistring")
AM_CONDITIONAL([WITH_GLIB], test x"$unicode_lib" = x"glib2")
])
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
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 3f57862c6..b858347f8 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1304,7 +1304,7 @@ pam_account_expired_message = Account expired, please call help desk.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
<term>entry_cache_user_timeout (integer)</term>
<listitem>
@@ -1317,7 +1317,7 @@ pam_account_expired_message = Account expired, please call help desk.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
<term>entry_cache_group_timeout (integer)</term>
<listitem>
@@ -1330,7 +1330,7 @@ pam_account_expired_message = Account expired, please call help desk.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
<term>entry_cache_netgroup_timeout (integer)</term>
<listitem>
@@ -1343,7 +1343,7 @@ pam_account_expired_message = Account expired, please call help desk.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
<term>entry_cache_service_timeout (integer)</term>
<listitem>
diff --git a/src/sss_client/ssh/sss_ssh_client.c b/src/sss_client/ssh/sss_ssh_client.c
index e5097337f..0d206ef58 100644
--- a/src/sss_client/ssh/sss_ssh_client.c
+++ b/src/sss_client/ssh/sss_ssh_client.c
@@ -69,7 +69,7 @@ int set_locale(void)
}
/* SSH public key request:
- *
+ *
* header:
* 0..3: flags (unsigned int, must be combination of SSS_SSH_REQ_* flags)
* 4..7: name length (unsigned int)
@@ -80,9 +80,9 @@ int set_locale(void)
* domain (ony included if flags & SSS_SSH_REQ_DOMAIN):
* 0..3: domain length (unsigned int, 0 means default domain)
* 4..X: domain (null-terminated UTF-8 string)
- *
+ *
* SSH public key reply:
- *
+ *
* header:
* 0..3: number of results (unsigned int)
* 4..7: reserved (unsigned int, must be 0)
diff --git a/src/tests/pyhbac-test.py b/src/tests/pyhbac-test.py
index 83958d7bf..9d8fd1a33 100755
--- a/src/tests/pyhbac-test.py
+++ b/src/tests/pyhbac-test.py
@@ -137,7 +137,6 @@ class PyHbacRuleElementTest(unittest.TestCase):
el.names = ['foo']
el.groups = ['bar, baz']
self.assertEquals(el.__repr__(), u'<category 1 names [foo] groups [bar, baz]>')
-
class PyHbacRuleTest(unittest.TestCase):
def testRuleGetSetName(self):
diff --git a/src/util/dlinklist.h b/src/util/dlinklist.h
index 413084888..ef09661f4 100644
--- a/src/util/dlinklist.h
+++ b/src/util/dlinklist.h
@@ -1,18 +1,18 @@
-/*
+/*
Unix SMB/CIFS implementation.
some simple double linked list macros
Copyright (C) Andrew Tridgell 1998
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/util/signal.c b/src/util/signal.c
index bb8f8bef7..8acdccaeb 100644
--- a/src/util/signal.c
+++ b/src/util/signal.c
@@ -1,19 +1,19 @@
-/*
+/*
Unix SMB/CIFS implementation.
signal handling functions
Copyright (C) Andrew Tridgell 1998
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/