Skip to content

Commit aaaa080

Browse files
committed
rtlib: sanitize whitespace
1 parent ff0e6ed commit aaaa080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rtlib/profile_calls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#if !defined(fmtlld)
2727
#if defined(PRId64)
2828
#define fmtlld PRId64
29-
#elif defined(FB_LL_FMTMOD)
29+
#elif defined(FB_LL_FMTMOD)
3030
#define fmtlld "%12" FB_LL_FMTMOD "d"
3131
#else
3232
#define fmtlld "%12lld"

src/rtlib/profile_cycles.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef struct _FB_PROFILER_CYCLES
9797
/* FIXME: creating a library with other sections causes dxe3gen to fail
9898
** when building the DXE dynamic link library support for DOS
9999
*/
100-
#if !defined(HOST_DOS)
100+
#if !defined(HOST_DOS)
101101

102102
/* make sure there is at least one record in the profile data section */
103103
static FB_PROFILE_RECORD_VERSION

0 commit comments

Comments
 (0)