Skip to content

Commit d1d21be

Browse files
committed
pre-commit: fix found issues
1 parent 8dbea65 commit d1d21be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

profiles/minimal/nsswitch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ protocols: files {exclude if "with-custom
1111
publickey: files {exclude if "with-custom-publickey"}
1212
rpc: files {exclude if "with-custom-rpc"}
1313
services: files {exclude if "with-custom-services"}
14-
shadow: files {exclude if "with-custom-shadow"}
14+
shadow: files {exclude if "with-custom-shadow"}

src/build_macros.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ AC_DEFUN([REQUIRE_SELINUX],
4040
)
4141
AC_SUBST(SELINUX_LIBS)
4242
])
43-

src/man/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ clean-local:
3737
$(RM) -r translations ; \
3838
$(RM) build.stamp
3939

40-
endif
40+
endif

0 commit comments

Comments
 (0)