snmp_output_resp: style(9): sort variables by alignment
MFC after: 3 days
This commit is contained in:
parent
f12c889a80
commit
09fe010ecf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user