mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
make style
This commit is contained in:
parent
ed47ca7186
commit
b0dbbd3683
15 changed files with 55 additions and 56 deletions
|
@ -61,8 +61,7 @@ int kbd_enter_pressed(void) {
|
||||||
#include <conio.h>
|
#include <conio.h>
|
||||||
int kbd_enter_pressed(void) {
|
int kbd_enter_pressed(void) {
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
while(kbhit())
|
while (kbhit()) {
|
||||||
{
|
|
||||||
ret |= getch() == '\r';
|
ret |= getch() == '\r';
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue