projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cf08edc
)
CHG: fix a "indent" warning.
author
iceman1001
<iceman@iuse.se>
Mon, 26 Sep 2016 09:01:33 +0000
(11:01 +0200)
committer
iceman1001
<iceman@iuse.se>
Mon, 26 Sep 2016 09:01:33 +0000
(11:01 +0200)
client/pm3_binlib.c
patch
|
blob
|
blame
|
history
diff --git
a/client/pm3_binlib.c
b/client/pm3_binlib.c
index 6360cb28f7e93e7e226fdb7f4d2852e1f3942d54..06fd39d24ce120ffb6c13ea9e0ff94fc75270684 100644
(file)
--- a/
client/pm3_binlib.c
+++ b/
client/pm3_binlib.c
@@
-120,8
+120,8
@@
static int l_unpack(lua_State *L) /** unpack(f,s, [init]) */
lua_pushnil(L);
while (*f && done == 0)
{
lua_pushnil(L);
while (*f && done == 0)
{
- int c
=
*f++;
- int N
=
1;
+ int c
=
*f++;
+ int N
=
1;
if (isdigit((int) (unsigned char) *f))
{
N=0;
if (isdigit((int) (unsigned char) *f))
{
N=0;
@@
-233,15
+233,15
@@
static int l_unpack(lua_State *L) /** unpack(f,s, [init]) */
static int l_pack(lua_State *L) /** pack(f,...) */
{
static int l_pack(lua_State *L) /** pack(f,...) */
{
- int i
=
2;
- const char *f
=
luaL_checkstring(L,1);
- int swap
=
0;
+ int i
=
2;
+ const char *f
=
luaL_checkstring(L,1);
+ int swap
=
0;
luaL_Buffer b;
luaL_buffinit(L,&b);
while (*f)
{
luaL_Buffer b;
luaL_buffinit(L,&b);
while (*f)
{
- int c
=
*f++;
- int N
=
1;
+ int c
=
*f++;
+ int N
=
1;
if (isdigit((int) (unsigned char) *f))
{
N=0;
if (isdigit((int) (unsigned char) *f))
{
N=0;
Impressum
,
Datenschutz