mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-31 03:50:45 -07:00
make style
This commit is contained in:
parent
99eadded05
commit
7cd509c77c
3 changed files with 117 additions and 119 deletions
|
@ -149,7 +149,7 @@ bool create_path(const char *dirname) {
|
|||
return false;
|
||||
|
||||
if ((strlen(dirname) == 1) && (dirname[0] == '/'))
|
||||
return true;
|
||||
return true;
|
||||
|
||||
if ((strlen(dirname) == 2) && (dirname[1] == ':'))
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue