snmp_output_resp: style(9): sort variables by alignment

MFC after:	3 days
This commit is contained in:
Enji Cooper 2016-12-31 22:18:33 +00:00
parent f12c889a80
commit 09fe010ecf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310986

View File

@ -2034,10 +2034,10 @@ int32_t
snmp_output_resp(struct snmp_toolinfo *snmptoolctx, struct snmp_pdu *pdu,
struct asn_oid *root)
{
int32_t error;
char p[ASN_OIDSTRLEN];
uint32_t i;
struct snmp_object object;
char p[ASN_OIDSTRLEN];
int32_t error;
uint32_t i;
i = error = 0;
while (i < pdu->nbindings) {