[LIBOMPTARGET]FIX define declaration, NFC

Fixed declaration of define by adding a comma symbol. Required to fix build without profiling.

GitOrigin-RevId: 4a63e53373f92adb2261ff5554ec633001ed0eee
diff --git a/libomptarget/src/private.h b/libomptarget/src/private.h
index 340ed23..ee42ef9 100644
--- a/libomptarget/src/private.h
+++ b/libomptarget/src/private.h
@@ -169,7 +169,7 @@
 #else
 #define TIMESCOPE()
 #define TIMESCOPE_WITH_IDENT(IDENT)
-#define TIMESCOPE_WITH_NAME_AND_IDENT(NAME IDENT)
+#define TIMESCOPE_WITH_NAME_AND_IDENT(NAME, IDENT)
 #endif
 
 #endif