'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
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009, 2010 Roel Verdult
|
* Copyright (C) 2009, 2010 Roel Verdult
|
||||||
* Copyright (C) 2010, 2011 Romain Tartière
|
* Copyright (C) 2010, 2011 Romain Tartière
|
||||||
* Copyright (C) 2009, 2010, 2011, 2012 Romuald Conty
|
* Copyright (C) 2009, 2010, 2011, 2012, 2013 Romuald Conty
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU Lesser General Public License as published by the
|
* under the terms of the GNU Lesser General Public License as published by the
|
||||||
|
|
@ -109,8 +109,7 @@
|
||||||
#define LOG_CATEGORY "libnfc.general"
|
#define LOG_CATEGORY "libnfc.general"
|
||||||
#define LOG_GROUP NFC_LOG_GROUP_GENERAL
|
#define LOG_GROUP NFC_LOG_GROUP_GENERAL
|
||||||
|
|
||||||
struct nfc_driver_list
|
struct nfc_driver_list {
|
||||||
{
|
|
||||||
const struct nfc_driver_list *next;
|
const struct nfc_driver_list *next;
|
||||||
const struct nfc_driver *driver;
|
const struct nfc_driver *driver;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue