diff options
author | jsing <> | 2015-09-09 19:49:07 +0000 |
---|---|---|
committer | jsing <> | 2015-09-09 19:49:07 +0000 |
commit | 1026adae92a3c284751ab73faea7136a9594331d (patch) | |
tree | e6651be08db7a4d75c4beabb228f380270626afb /src/lib/libtls/tls_config.c | |
parent | 5a0fee68a31acf1157290844d560687560e65007 (diff) | |
download | openbsd-1026adae92a3c284751ab73faea7136a9594331d.tar.gz openbsd-1026adae92a3c284751ab73faea7136a9594331d.tar.bz2 openbsd-1026adae92a3c284751ab73faea7136a9594331d.zip |
Indent labels with a space so that diff -p is more friendly.
Requested by bluhm@
Diffstat (limited to 'src/lib/libtls/tls_config.c')
-rw-r--r-- | src/lib/libtls/tls_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_config.c b/src/lib/libtls/tls_config.c index 73073d8ff7..2a0033b3bd 100644 --- a/src/lib/libtls/tls_config.c +++ b/src/lib/libtls/tls_config.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls_config.c,v 1.10 2015/09/09 19:23:04 beck Exp $ */ | 1 | /* $OpenBSD: tls_config.c,v 1.11 2015/09/09 19:49:07 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -84,7 +84,7 @@ tls_config_new(void) | |||
84 | 84 | ||
85 | return (config); | 85 | return (config); |
86 | 86 | ||
87 | err: | 87 | err: |
88 | tls_config_free(config); | 88 | tls_config_free(config); |
89 | return (NULL); | 89 | return (NULL); |
90 | } | 90 | } |