'make style' and align some #preprocessor directives

This commit is contained in:
Romuald Conty 2013-02-19 00:38:55 +01:00
parent ef5c39bd7b
commit 1e16795341
4 changed files with 15 additions and 16 deletions

View file

@ -25,12 +25,12 @@
*/
#ifndef __NFC_TYPES_H__
# define __NFC_TYPES_H__
#define __NFC_TYPES_H__
# include <stddef.h>
# include <stdint.h>
# include <stdbool.h>
# include <stdio.h>
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#ifndef NFC_BUFSIZE_CONNSTRING
#define NFC_BUFSIZE_CONNSTRING 1024