mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-02-18 02:55:49 +00:00
Small code clean up.
New issue Summary: Code clean up Currently there is some code that is not clean: - code indentation is not always the same - useless blank lines - turn on "-Wall -pedantic -Wextra" C-flags and see all code that have to be cleaned
This commit is contained in:
parent
f503383dbd
commit
929ed9dc3b
@ -85,7 +85,7 @@
|
||||
|
||||
Requirements:
|
||||
crapto1 library 3.1 (http://code.google.com/p/crapto1)
|
||||
libnfc 1.2.1 (http://www.libnfc.org)
|
||||
libnfc 1.4.2 (http://www.libnfc.org)
|
||||
|
||||
* @file mfcuk_keyrecovery_darkside.c
|
||||
* @brief
|
||||
@ -753,11 +753,8 @@ void print_identification()
|
||||
fprintf(stdout, "%s - %s\n", BUILD_NAME, BUILD_VERSION);
|
||||
fprintf(stdout, "by %s\n", BUILD_AUTHOR);
|
||||
fprintf(stdout, "\n");
|
||||
WARN("Hello world!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
void print_mifare_classic_tag_actions(const char *title, mifare_classic_tag *tag)
|
||||
{
|
||||
uint32_t i, max_blocks, trailer_block;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user