* proper cpp indention
[m6w6/ext-http] / php_http_api.h
index 101857e004b5ab5b2e409780508c7032aba85b71..8ca390d12a2d21ac668da5764b680138dae98a9e 100644 (file)
 #define PHP_HTTP_API_H
 
 #ifdef PHP_WIN32
-#define PHP_HTTP_API __declspec(dllexport)
+#      define PHP_HTTP_API __declspec(dllexport)
 #else
-#define PHP_HTTP_API
+#      define PHP_HTTP_API
 #endif
 
 #ifndef ZEND_ENGINE_2
-#include "php_http_build_query.h"
+#      include "php_http_build_query.h"
 #endif
 
 /* make functions that return SUCCESS|FAILURE more obvious */