Skip to content

Commit 66b79a7

Browse files
pkarashchenkoxiaoxiang781216
authored andcommitted
style: fix indentation issues
Signed-off-by: Petro Karashchenko <[email protected]>
1 parent 76d419c commit 66b79a7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/elf/tests/helloxx/hello++4.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <iostream>
3636

3737
#ifndef NULL
38-
# define NULL ((void*)0L)
38+
# define NULL ((void*)0L)
3939
#endif
4040

4141
/////////////////////////////////////////////////////////////////////////////

examples/elf/tests/helloxx/hello++5.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include <string>
3838

3939
#ifndef NULL
40-
# define NULL ((void*)0L)
40+
# define NULL ((void*)0L)
4141
#endif
4242

4343
/////////////////////////////////////////////////////////////////////////////

examples/nxflat/tests/hello++/hello++4.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <iostream>
3636

3737
#ifndef NULL
38-
# define NULL ((void*)0L)
38+
# define NULL ((void*)0L)
3939
#endif
4040

4141
/////////////////////////////////////////////////////////////////////////////

lte/lapi/src/lapi_dbg.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
****************************************************************************/
3333

3434
#ifdef CONFIG_LTE_LAPI_DEBUG_MSG
35-
# define lapi_printf nerr
35+
# define lapi_printf nerr
3636
#else
37-
# define lapi_printf(v, ...)
37+
# define lapi_printf(v, ...)
3838
#endif
3939

40-
#endif /* __APPS_LTE_LAPI_LAPI_DBG_H */
40+
#endif /* __APPS_LTE_LAPI_LAPI_DBG_H */

system/cu/cu_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
#include "cu.h"
5858

5959
#ifdef CONFIG_SYSTEM_CUTERM_DISABLE_ERROR_PRINT
60-
# define cu_error(...)
60+
# define cu_error(...)
6161
#else
62-
# define cu_error(...) dprintf(STDERR_FILENO, __VA_ARGS__)
62+
# define cu_error(...) dprintf(STDERR_FILENO, __VA_ARGS__)
6363
#endif
6464

6565
/****************************************************************************

0 commit comments

Comments
 (0)