checkpatch: error - spacing

Change-Id: Ie051000e3d3f0f5bdc330d0265010c37acb873bd
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-20 09:42:34 -07:00 committed by Anas Nashif
commit d81d8bcbfa
7 changed files with 9 additions and 9 deletions

View file

@ -367,7 +367,7 @@ static void _FaultDump(const NANO_ESF *esf, int fault)
* \NOMANUAL
*/
void _Fault( const NANO_ESF *msp, const NANO_ESF *psp)
void _Fault(const NANO_ESF *msp, const NANO_ESF *psp)
{
const NANO_ESF *esf = _ScbIsNestedExc() ? msp : psp;
int fault = _ScbActiveVectorGet();