summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/custom-html.xsl1
-rw-r--r--doc/custom-man.xsl1
-rw-r--r--modules/pam_motd/pam_motd.c2
3 files changed, 1 insertions, 3 deletions
diff --git a/doc/custom-html.xsl b/doc/custom-html.xsl
index 081beaf6..fdd5df7d 100644
--- a/doc/custom-html.xsl
+++ b/doc/custom-html.xsl
@@ -16,4 +16,3 @@
</xsl:call-template>
</xsl:template>
</xsl:stylesheet>
-
diff --git a/doc/custom-man.xsl b/doc/custom-man.xsl
index bf01d583..4c35e839 100644
--- a/doc/custom-man.xsl
+++ b/doc/custom-man.xsl
@@ -7,4 +7,3 @@
<ss:substitution oldstring="%vendordir%" newstring="{$vendordir}" />
</xsl:param>
</xsl:stylesheet>
-
diff --git a/modules/pam_motd/pam_motd.c b/modules/pam_motd/pam_motd.c
index f22cea3a..0435a904 100644
--- a/modules/pam_motd/pam_motd.c
+++ b/modules/pam_motd/pam_motd.c
@@ -136,7 +136,7 @@ static int join_dir_strings(char **strp_out, const char *a_str, const char *b_st
int has_sep = 0;
int retval = -1;
char *join_strp = NULL;
-
+
if (strp_out == NULL || a_str == NULL || b_str == NULL) {
goto out;
}