'make style' and align some #preprocessor directives
This commit is contained in:
parent
ef5c39bd7b
commit
1e16795341
4 changed files with 15 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue