Skip to content

Commit

Permalink
yanglint REFACTOR formatting
Browse files Browse the repository at this point in the history
michalvasko committed Jan 16, 2024
1 parent d418ed7 commit 07d1b65
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/lint/cmd.h
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ enum COMMAND_INDEX {
CMD_EXTDATA,
CMD_CLEAR,
CMD_VERB,
CMD_DEBUG,
CMD_DEBUG
};

/**
2 changes: 1 addition & 1 deletion tools/lint/main_ni.c
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ help(int shortout)
#else
" Unsupported for the Release build\n\n"
#endif
);
);
}

static void

0 comments on commit 07d1b65

Please sign in to comment.