Skip to content

Commit 78ed6e9

Browse files
committedMar 13, 2025·
Apply minor formatting cleanup to new file
1 parent b5807f5 commit 78ed6e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎c/include/nvtx3/nvToolsExtSemanticsTime.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
* SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*
1717
* Licensed under the Apache License v2.0 with LLVM Exceptions.
18-
* See LICENSE.txt for license information.
18+
* See https://nvidia.github.io/NVTX/LICENSE.txt for license information.
1919
*/
2020

2121
/**
@@ -38,4 +38,4 @@ typedef struct nvtxSemanticsTime_v1
3838
uint64_t timeId;
3939
} nvtxSemanticsTime_t;
4040

41-
#endif /* NVTX_SEMANTIC_ID_TIME_V1 */
41+
#endif /* NVTX_SEMANTIC_ID_TIME_V1 */

0 commit comments

Comments
 (0)
Please sign in to comment.