log: Re-indent fpi-log using uncrustify
This commit is contained in:
parent
6a1e7103f6
commit
65e602d8c7
2 changed files with 10 additions and 10 deletions
|
@ -93,6 +93,6 @@
|
|||
*
|
||||
* Same as BUG_ON() but is always true.
|
||||
*/
|
||||
#define BUG() BUG_ON(1)
|
||||
#define BUG() BUG_ON (1)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue