Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-07-03 14:28:20 +0400
committerFelix Fietkau <nbd@openwrt.org>2014-07-03 14:53:13 +0400
commit531570aa51a99ccbd68e7697872d5b41646fd27e (patch)
tree43b18615d2a67dd8b36887bd9543b0a4073b1792 /usock.h
parent39a8fae44186c074265482a09eaa8465334f8183 (diff)
usock: fix indentation
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'usock.h')
-rw-r--r--usock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usock.h b/usock.h
index 8f30add..5df4362 100644
--- a/usock.h
+++ b/usock.h
@@ -23,12 +23,12 @@
#define USOCK_UDP 1
#define USOCK_SERVER 0x0100
-#define USOCK_NOCLOEXEC 0x0200
+#define USOCK_NOCLOEXEC 0x0200
#define USOCK_NONBLOCK 0x0400
#define USOCK_NUMERIC 0x0800
#define USOCK_IPV6ONLY 0x2000
#define USOCK_IPV4ONLY 0x4000
-#define USOCK_UNIX 0x8000
+#define USOCK_UNIX 0x8000
int usock(int type, const char *host, const char *service);