mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Code reformat
This commit is contained in:
parent
afafb7ef8f
commit
6013d024ef
|
@ -263,7 +263,8 @@ static settings cfg = {
|
||||||
1, /* filter_re */
|
1, /* filter_re */
|
||||||
0, /* wild */
|
0, /* wild */
|
||||||
0, /* trash */
|
0, /* trash */
|
||||||
};
|
};
|
||||||
|
|
||||||
static context g_ctx[CTX_MAX] __attribute__ ((aligned));
|
static context g_ctx[CTX_MAX] __attribute__ ((aligned));
|
||||||
|
|
||||||
static struct entry *dents;
|
static struct entry *dents;
|
||||||
|
|
Loading…
Reference in a new issue