mirror of
https://github.com/jarun/nnn.git
synced 2025-01-26 02:36:36 +00:00
Fix indentation
This commit is contained in:
parent
ae74c69a34
commit
054465c00d
3
nnn.c
3
nnn.c
|
@ -307,8 +307,7 @@ static char * const utils[] = {
|
||||||
#define STR_COPY_ID 4
|
#define STR_COPY_ID 4
|
||||||
#define STR_DATE_ID 5
|
#define STR_DATE_ID 5
|
||||||
|
|
||||||
static const char messages[][16] =
|
static const char messages[][16] = {
|
||||||
{
|
|
||||||
"nftw failed",
|
"nftw failed",
|
||||||
"HOME not set",
|
"HOME not set",
|
||||||
"no traversal",
|
"no traversal",
|
||||||
|
|
Loading…
Reference in a new issue