'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

@ -3,7 +3,7 @@
*
* Copyright (C) 2009, 2010 Roel Verdult
* 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
* 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_GROUP NFC_LOG_GROUP_GENERAL
struct nfc_driver_list
{
struct nfc_driver_list {
const struct nfc_driver_list *next;
const struct nfc_driver *driver;
};