Skip to content

Commit c6d1d69

Browse files
pbrezinaalexey-tikhonov
authored andcommitted
whitespace: fix issues found by pre-commit
Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Dan Lavu <dlavu@redhat.com>
1 parent afd88cf commit c6d1d69

35 files changed

+1
-36
lines changed

contrib/test-suite/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ $ ./sssd-test-suite run --sssd $path-to-sssd --artifacts /tmp/sssd-artifacts
2020

2121
See [sssd-test-suite documentation](https://github.com/SSSD/sssd-test-suite/blob/master/readme.md) for more information.
2222
See [running the tests documentation](https://github.com/SSSD/sssd-test-suite/blob/master/docs/running-tests.md) for more information about the process.
23-

src/config/etc/sssd.api.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,3 @@ dyndns_dot_key = str, None, false
228228
[provider/deny]
229229

230230
[provider/deny/access]
231-

src/config/etc/sssd.api.d/sssd-krb5.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ krb5_map_user = str, None, false
2828
[provider/krb5/access]
2929

3030
[provider/krb5/chpass]
31-

src/config/etc/sssd.api.d/sssd-proxy.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ proxy_fast_alias = bool, None, true
99
proxy_pam_target = str, None, true
1010

1111
[provider/proxy/chpass]
12-

src/config/testconfigs/noparse.api.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[service]
55
# Options available to all services
66
debug_level = int, None, 0
7-
command
7+
command

src/config/testconfigs/sssd-invalid-badbool.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ debug_level = 0
3333

3434
[dp]
3535
debug_level = 0
36-

src/db/sysdb_selinux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,3 @@ errno_t sysdb_search_selinux_config(TALLOC_CTX *mem_ctx,
324324
talloc_free(tmp_ctx);
325325
return ret;
326326
}
327-

src/examples/sssdproxytest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
auth irequired pam_ldap.so
33

44
account required pam_ldap.so
5-

src/external/docbook.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ AC_DEFUN([CHECK_STYLESHEET],
2929
m4_ifval([$5], [$5], [:])
3030
fi
3131
])
32-

src/external/libdhash.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ PKG_CHECK_MODULES(DHASH,
66
,
77
AC_MSG_ERROR("Please install libdhash-devel")
88
)
9-

0 commit comments

Comments
 (0)