Skip to content

Commit 1f93166

Browse files
committed
whitespace fix
1 parent 73befb5 commit 1f93166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if (LLAMA_LLGUIDANCE)
101101
if (WIN32)
102102
set(LLGUIDANCE_LIB_NAME "llguidance.lib")
103103
# Add Windows-specific libraries
104-
set(LLGUIDANCE_PLATFORM_LIBS
104+
set(LLGUIDANCE_PLATFORM_LIBS
105105
ws2_32 # Windows Sockets API
106106
userenv # For GetUserProfileDirectoryW
107107
ntdll # For NT functions

0 commit comments

Comments
 (0)