changeset 669:a8367733e8cd

Slight formatting change for ENABLE_CLI_AGENTFWD if statement
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Apr 2012 21:29:41 +0800
parents 405418f7dc5e
children 349fb2dda2dd
files cli-authpubkey.c
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cli-authpubkey.c	Mon Mar 26 16:17:16 2012 +0400
+++ b/cli-authpubkey.c	Mon Apr 09 21:29:41 2012 +0800
@@ -134,13 +134,11 @@
 				sigblob->len);
 
 		buf_free(sigblob);
-	} else {
-#endif
+	} else 
+#endif /* ENABLE_CLI_AGENTFWD */
+	{
 		buf_put_sign(buf, key, type, data, len);
-#ifdef ENABLE_CLI_AGENTFWD
 	}
-#endif
-	
 }
 
 /* TODO: make it take an agent reference to use as well */