cleanup: remove the whitespaces before the # character
Indenting preprocessor directives reduces the code readability, because it make preprocessor directives harder to spot. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8920cf127a
commit
b1991eba94
8 changed files with 45 additions and 45 deletions
|
@ -4,17 +4,17 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <sensor.h>
|
||||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <i2c.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sensor.h>
|
||||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <i2c.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
#include <gpio.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "lsm9ds0_gyro.h"
|
||||
#include "lsm9ds0_gyro.h"
|
||||
|
||||
extern struct lsm9ds0_gyro_data lsm9ds0_gyro_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue