Skip to content

Commit

Permalink
indentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-srivastava committed Apr 22, 2024
1 parent c3653c9 commit 28d221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ittnotify/jitprofiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ITT_EXTERN_C iJIT_IsProfilingActiveFlags JITAPI iJIT_IsProfilingActive()
return executionMode;
}

#if ITT_PLATFORM==ITT_PLATFORM_WIN
#if ITT_PLATFORM == ITT_PLATFORM_WIN
static int isValidAbsolutePath(char *path)
{
if (path == NULL)
Expand Down

0 comments on commit 28d221a

Please sign in to comment.