summaryrefslogtreecommitdiffstats
path: root/nss_engine_log.c
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-10-02 15:34:36 -0400
committerRob Crittenden <rcritten@redhat.com>2015-10-02 16:51:57 -0400
commit44409398b2bb63a092e16db686f4ddcd2cd88554 (patch)
tree5fa20ddef0200b7fd4262d474791256f2173107e /nss_engine_log.c
parent242f32c7f567dcd2ee35f46c07c9ecf2adf954f6 (diff)
downloadmod_nss-44409398b2bb63a092e16db686f4ddcd2cd88554.tar.gz
mod_nss-44409398b2bb63a092e16db686f4ddcd2cd88554.tar.xz
mod_nss-44409398b2bb63a092e16db686f4ddcd2cd88554.zip
Cleanup to remove a slew of trailing whitespace
Diffstat (limited to 'nss_engine_log.c')
-rw-r--r--nss_engine_log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nss_engine_log.c b/nss_engine_log.c
index b4e5d1b..3228628 100644
--- a/nss_engine_log.c
+++ b/nss_engine_log.c
@@ -311,14 +311,14 @@ l_error_t libnss_errors[] = {
{ 114, "Unexpected uncompressed record" },
};
-void nss_die(void)
+void nss_die(void)
{
/*
* This is used for fatal errors and here
* it is common module practice to really
- * exit from the complete program.
- */
- exit(1);
+ * exit from the complete program.
+ */
+ exit(1);
}
#if AP_SERVER_MINORVERSION_NUMBER <= 2