mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
make style
This commit is contained in:
parent
f2650e7279
commit
0673dd206e
3 changed files with 9 additions and 31 deletions
|
@ -8,7 +8,7 @@ It is based on pm3_help2JSON.py by
|
|||
Original Authors / Maintainers:
|
||||
- Samuel Windall
|
||||
|
||||
This version
|
||||
This version
|
||||
- Iceman
|
||||
|
||||
Note:
|
||||
|
@ -92,7 +92,7 @@ const static vocabulory_t vocabulory[] = {\n""")
|
|||
args.output_file.write(""" {0, NULL}\n};
|
||||
|
||||
|
||||
char **rl_command_completion(const char *text, int start, int end) {
|
||||
char **rl_command_completion(const char *text, int start, int end) {
|
||||
rl_attempted_completion_over = 1;
|
||||
return rl_completion_matches (text, rl_command_generator);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue