diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 13:56:47 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 13:56:47 +0100 |
commit | 787b2ec18c013a5076765f93882550918658ea89 (patch) | |
tree | 7f33575e4c909759321a234a29d052f842cb589f /monitor_wrap.c | |
parent | - djm@cvs.openbsd.org 2003/11/21 11:57:03 (diff) | |
download | openssh-787b2ec18c013a5076765f93882550918658ea89.tar.xz openssh-787b2ec18c013a5076765f93882550918658ea89.zip |
more whitespace (tabs this time)
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r-- | monitor_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c index 7ca9672ff..e7c15cecd 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c @@ -720,7 +720,7 @@ mm_do_pam_account(void) ret = buffer_get_int(&m); buffer_free(&m); - + debug3("%s returning %d", __func__, ret); return (ret); |