whitespace fix

This commit is contained in:
Michal Moskal 2025-02-04 11:40:21 -08:00
parent 73befb5306
commit 1f9316651f

View file

@ -101,7 +101,7 @@ if (LLAMA_LLGUIDANCE)
if (WIN32) if (WIN32)
set(LLGUIDANCE_LIB_NAME "llguidance.lib") set(LLGUIDANCE_LIB_NAME "llguidance.lib")
# Add Windows-specific libraries # Add Windows-specific libraries
set(LLGUIDANCE_PLATFORM_LIBS set(LLGUIDANCE_PLATFORM_LIBS
ws2_32 # Windows Sockets API ws2_32 # Windows Sockets API
userenv # For GetUserProfileDirectoryW userenv # For GetUserProfileDirectoryW
ntdll # For NT functions ntdll # For NT functions