indent get_fname.c get_fname.h

This commit is contained in:
Bill Kendrick 2017-10-15 10:54:50 -07:00
parent 81ff48ccbc
commit 967d37d8a7
2 changed files with 5 additions and 4 deletions

View file

@ -28,7 +28,8 @@
extern const char *savedir;
extern const char *datadir;
enum {
enum
{
DIR_SAVE,
DIR_DATA
};