mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fix indentation of #define in src/plugins/imb/imbapi.c
This commit is contained in:
parent
0ffe39dedc
commit
9b1a1a1e82
@ -81,21 +81,21 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# define NO_MACRO_ARGS 1
|
# define NO_MACRO_ARGS 1
|
||||||
#include <windows.h>
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
# include <windows.h>
|
||||||
#else /* LINUX, SCO_UW, UNIX */
|
#else /* LINUX, SCO_UW, UNIX */
|
||||||
#include <unistd.h>
|
# include <fcntl.h>
|
||||||
#include <sys/param.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
#include <fcntl.h>
|
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
|
# include <sys/ioctl.h>
|
||||||
|
# include <sys/mman.h>
|
||||||
|
# include <sys/param.h>
|
||||||
|
# include <sys/stat.h>
|
||||||
|
# include <sys/types.h>
|
||||||
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "imbapi.h"
|
#include "imbapi.h"
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user