mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Patch 2/2:
Reindent the code after previous change. X-MFC-With: r262447
This commit is contained in:
parent
5ce96980eb
commit
9585cd10d4
1 changed files with 11 additions and 11 deletions
|
|
@ -458,19 +458,19 @@ _citrus_VIQR_encoding_module_init(_VIQREncodingInfo * __restrict ei,
|
|||
}
|
||||
}
|
||||
if (mnemonic_ext > 0) {
|
||||
for (i = 0; i < mnemonic_ext_size; ++i) {
|
||||
p = &mnemonic_ext[i];
|
||||
n = strlen(p->name);
|
||||
if (ei->mb_cur_max < n)
|
||||
ei->mb_cur_max = n;
|
||||
errnum = mnemonic_append_child(ei->mroot,
|
||||
p->name, p->value, ei->invalid);
|
||||
if (errnum != 0) {
|
||||
_citrus_VIQR_encoding_module_uninit(ei);
|
||||
return (errnum);
|
||||
for (i = 0; i < mnemonic_ext_size; ++i) {
|
||||
p = &mnemonic_ext[i];
|
||||
n = strlen(p->name);
|
||||
if (ei->mb_cur_max < n)
|
||||
ei->mb_cur_max = n;
|
||||
errnum = mnemonic_append_child(ei->mroot,
|
||||
p->name, p->value, ei->invalid);
|
||||
if (errnum != 0) {
|
||||
_citrus_VIQR_encoding_module_uninit(ei);
|
||||
return (errnum);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue