# HG changeset patch # User Matt Johnston # Date 1333978181 -28800 # Node ID a8367733e8cd84ae498dc005debc1ffd038048ba # Parent 405418f7dc5e708951d101007b2650799c24e93a Slight formatting change for ENABLE_CLI_AGENTFWD if statement diff -r 405418f7dc5e -r a8367733e8cd cli-authpubkey.c --- 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 */