checkpatch: error - spacing

Change-Id: Ie6e1c43581dd4b0734625b3a4e59a4ca79619e99
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-14 13:34:31 -07:00 committed by Anas Nashif
commit 39063598db
27 changed files with 312 additions and 308 deletions

View file

@ -37,7 +37,7 @@
#include "i2c_dw_registers.h"
#ifndef CONFIG_I2C_DEBUG
#define DBG(...) {;}
#define DBG(...) { ; }
#else
#if defined(CONFIG_STDOUT_CONSOLE)
#include <stdio.h>