mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-28 12:46:37 +00:00
'make style' and align some #preprocessor directives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user