Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 17, 2018
1 parent a2330b0 commit 53f6c31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/util/dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -2029,9 +2029,7 @@ static int dict_read_process_attribute(fr_dict_t *dict, fr_dict_attr_t const *pa
/*
* Add it in.
*/
if (fr_dict_attr_add(dict, parent, argv[0], attr, type, flags) < 0) {
return -1;
}
if (fr_dict_attr_add(dict, parent, argv[0], attr, type, flags) < 0) return -1;

return 0;
}
Expand Down

0 comments on commit 53f6c31

Please sign in to comment.