Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1465613 - Fixup clang format a=bustage
  • Loading branch information
jcjones committed Oct 15, 2019
1 parent 47e35ec commit 2828942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/addbuiltin/addbuiltin.c
Expand Up @@ -456,7 +456,7 @@ main(int argc, char **argv)
Usage(progName);

if (addbuiltin.options[opt_ConvertDate].activated) {
char* endPtr;
char *endPtr;
PRTime distrustTimestamp = strtol(addbuiltin.options[opt_ConvertDate].arg, &endPtr, 0) * PR_USEC_PER_SEC;
if (*endPtr != '\0' && distrustTimestamp > 0) {
Usage(progName);
Expand Down

0 comments on commit 2828942

Please sign in to comment.