fix some whitespace and indentation (#194)

This commit is contained in:
jeg139
2019-11-23 12:07:19 +01:00
committed by Nikolaus Rath
parent 4d866526dc
commit eade8feb05
+3 -3
View File
@@ -54,11 +54,11 @@
#include "cache.h"
#ifndef MAP_LOCKED
#define MAP_LOCKED 0
# define MAP_LOCKED 0
#endif
#if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
#define MAP_ANONYMOUS MAP_ANON
# define MAP_ANONYMOUS MAP_ANON
#endif
@@ -139,7 +139,7 @@
#define MAX_PASSWORD 1024
#ifdef __APPLE__
static char sshfs_program_path[PATH_MAX] = { 0 };
static char sshfs_program_path[PATH_MAX] = { 0 };
#endif /* __APPLE__ */
struct buffer {