From e5dd7bd8a8b627f5284d81c02b24da3e98aa5f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Mestre?= Date: Wed, 29 Nov 2023 11:43:53 +0000 Subject: [PATCH] Fix indentation --- include/ur_api.h | 6 +++--- scripts/core/adapter.yml | 6 +++--- source/loader/ur_libapi.cpp | 6 +++--- source/ur_api.cpp | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/ur_api.h b/include/ur_api.h index 0f21b96a83..588207bc6e 100644 --- a/include/ur_api.h +++ b/include/ur_api.h @@ -856,11 +856,11 @@ urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/scripts/core/adapter.yml b/scripts/core/adapter.yml index 383dee733a..dbcd9bf5b7 100644 --- a/scripts/core/adapter.yml +++ b/scripts/core/adapter.yml @@ -81,11 +81,11 @@ details: | returned by the failed driver entry-point. * If `pError` is $X_RESULT_SUCCESS, $X_RESULT_ERROR_ADAPTER_SPECIFIC - represents a warning instead. This means that the entry-point call did not - fail. However it might not have behaved as expected. + represents a warning instead. This means that the entry-point call did not + fail. However it might not have behaved as expected. * Using $X_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional - feature. Its usage is left at the discretion of adapter maintainers. + feature. Its usage is left at the discretion of adapter maintainers. * Implementations *must* store the message and error code in thread-local storage prior to returning $X_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/source/loader/ur_libapi.cpp b/source/loader/ur_libapi.cpp index 739d42bd47..692a7e6ae5 100644 --- a/source/loader/ur_libapi.cpp +++ b/source/loader/ur_libapi.cpp @@ -362,11 +362,11 @@ ur_result_t UR_APICALL urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC. diff --git a/source/ur_api.cpp b/source/ur_api.cpp index 6eed7151bb..7aa55f4a2b 100644 --- a/source/ur_api.cpp +++ b/source/ur_api.cpp @@ -320,11 +320,11 @@ ur_result_t UR_APICALL urAdapterRetain( /// returned by the failed driver entry-point. /// /// * If `pError` is ::UR_RESULT_SUCCESS, ::UR_RESULT_ERROR_ADAPTER_SPECIFIC -/// represents a warning instead. This means that the entry-point call did not -/// fail. However it might not have behaved as expected. +/// represents a warning instead. This means that the entry-point call did not +/// fail. However it might not have behaved as expected. /// /// * Using ::UR_RESULT_ERROR_ADAPTER_SPECIFIC to emit warnings is an optional -/// feature. Its usage is left at the discretion of adapter maintainers. +/// feature. Its usage is left at the discretion of adapter maintainers. /// /// * Implementations *must* store the message and error code in thread-local /// storage prior to returning ::UR_RESULT_ERROR_ADAPTER_SPECIFIC.