Skip to content

Commit 7933160

Browse files
committed
Fix formatting
1 parent e3918c9 commit 7933160

File tree

1 file changed

+4
-2
lines changed
  • projects/rocprofiler-sdk/source/include/rocprofiler-sdk

1 file changed

+4
-2
lines changed

projects/rocprofiler-sdk/source/include/rocprofiler-sdk/fwd.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ typedef enum rocprofiler_status_t // NOLINT(performance-enum-size)
8989
///< service that report incompatibility
9090
ROCPROFILER_STATUS_ERROR_OUT_OF_RESOURCES, ///< The given resources are
9191
///< insufficient to complete operation
92-
ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND, ///< Could not find the counter profile
92+
ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND, ///< Could not find the counter profile
9393
ROCPROFILER_STATUS_ERROR_AGENT_DISPATCH_CONFLICT, ///< Cannot enable both agent and dispatch
9494
///< counting in the same context.
9595
ROCPROFILER_STATUS_INTERNAL_NO_AGENT_CONTEXT, ///< No agent context found, may not be an error
@@ -107,7 +107,9 @@ typedef enum rocprofiler_status_t // NOLINT(performance-enum-size)
107107
///< incompatible. Late-start profiling
108108
///< requires ROCm 7.0+.
109109
ROCPROFILER_STATUS_LAST,
110-
ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND = ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND, ///< ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND is deprecated
110+
ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND =
111+
ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND, ///< ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND
112+
///< is deprecated
111113
} rocprofiler_status_t;
112114

113115
/**

0 commit comments

Comments
 (0)