mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-03-12 10:33:47 +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:
@@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
crapto1 library 3.1 (http://code.google.com/p/crapto1)
|
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
|
* @file mfcuk_keyrecovery_darkside.c
|
||||||
* @brief
|
* @brief
|
||||||
@@ -753,11 +753,8 @@ void print_identification()
|
|||||||
fprintf(stdout, "%s - %s\n", BUILD_NAME, BUILD_VERSION);
|
fprintf(stdout, "%s - %s\n", BUILD_NAME, BUILD_VERSION);
|
||||||
fprintf(stdout, "by %s\n", BUILD_AUTHOR);
|
fprintf(stdout, "by %s\n", BUILD_AUTHOR);
|
||||||
fprintf(stdout, "\n");
|
fprintf(stdout, "\n");
|
||||||
WARN("Hello world!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void print_mifare_classic_tag_actions(const char *title, mifare_classic_tag *tag)
|
void print_mifare_classic_tag_actions(const char *title, mifare_classic_tag *tag)
|
||||||
{
|
{
|
||||||
uint32_t i, max_blocks, trailer_block;
|
uint32_t i, max_blocks, trailer_block;
|
||||||
|
|||||||
Reference in New Issue
Block a user