log: Re-indent fpi-log using uncrustify

This commit is contained in:
Benjamin Berg 2019-11-13 17:56:55 +01:00
parent 6a1e7103f6
commit 65e602d8c7
2 changed files with 10 additions and 10 deletions

View file

@ -93,6 +93,6 @@
*
* Same as BUG_ON() but is always true.
*/
#define BUG() BUG_ON(1)
#define BUG() BUG_ON (1)
#endif