fix some whitespace and indentation (#194)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user