From 168e1e35e06a7ff4da8cef6a615ac4703023ca9f Mon Sep 17 00:00:00 2001 From: slangbot <186143334+slangbot@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:00:38 +0000 Subject: [PATCH] format code --- include/slang.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/slang.h b/include/slang.h index 80a1329145..9695b3cac1 100644 --- a/include/slang.h +++ b/include/slang.h @@ -823,8 +823,8 @@ typedef uint32_t SlangSizeT; enum SlangDebugInfoFormat : SlangDebugInfoFormatIntegral { SLANG_DEBUG_INFO_FORMAT_DEFAULT, ///< Use the default debugging format for the target - SLANG_DEBUG_INFO_FORMAT_C7, ///< CodeView C7 format (typically means debugging information is - ///< embedded in the binary) + SLANG_DEBUG_INFO_FORMAT_C7, ///< CodeView C7 format (typically means debugging information + ///< is embedded in the binary) SLANG_DEBUG_INFO_FORMAT_PDB, ///< Program database SLANG_DEBUG_INFO_FORMAT_STABS, ///< Stabs