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:
parent
827f6ba7dc
commit
d81d8bcbfa
7 changed files with 9 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue