From f89c08872c1e46e85d7bf09b7dc8748fa7256f47 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 12 Feb 2010 17:57:02 +0000 Subject: [PATCH] Fixed indentation --- src/include/lwip/api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h index 9c402e97..f3a2f948 100644 --- a/src/include/lwip/api.h +++ b/src/include/lwip/api.h @@ -66,10 +66,10 @@ extern "C" { /** Should this netconn avoid blocking? */ #define NETCONN_FLAG_NON_BLOCKING 0x02 /** Was the last connect action a non-blocking one? */ -#define NETCONN_FLAG_IN_NONBLOCKING_CONNECT 0x04 +#define NETCONN_FLAG_IN_NONBLOCKING_CONNECT 0x04 /** If this is set, a TCP netconn must call netconn_recved() to update the TCP receive window (done automatically if not set). */ -#define NETCONN_FLAG_NO_AUTO_RECVED 0x08 +#define NETCONN_FLAG_NO_AUTO_RECVED 0x08 /* Helpers to process several netconn_types by the same code */