diff options
| author | Andre Muezerie <[email protected]> | 2026-05-21 19:49:45 -0400 |
|---|---|---|
| committer | Andre Muezerie <[email protected]> | 2026-05-21 19:49:45 -0400 |
| commit | 3fd877b4f4ae8f127d555b184d9bd12dce562269 (patch) | |
| tree | a8dd571f4f86cd0847838a9b424ef6b1239f0173 /network/config/bindview/NetCfgAPI.cpp | |
| parent | c7ad9e81acd5d28f339c7f007d6bc9d7ff24f7aa (diff) | |
Removed trailing spaces under config and modem
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under directories:
• network\config
• network\modem
No functional logic changes were introduced.
What Changed
1. Removed end-of-line trailing whitespace in text files.
2. Kept file encoding and line endings intact by applying byte-preserving edits.
Risk / Impact
1. Low risk: formatting-only change.
2. No API, behavior, or build configuration changes intended.
Diffstat (limited to 'network/config/bindview/NetCfgAPI.cpp')
| -rw-r--r-- | network/config/bindview/NetCfgAPI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/config/bindview/NetCfgAPI.cpp b/network/config/bindview/NetCfgAPI.cpp index 5080bb41..bdbb8e52 100644 --- a/network/config/bindview/NetCfgAPI.cpp +++ b/network/config/bindview/NetCfgAPI.cpp @@ -248,7 +248,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc, { hr = E_OUTOFMEMORY; break; - } + } ZeroMemory(DirWithDrive, (_MAX_DRIVE + _MAX_DIR) * sizeof(WCHAR)); // @@ -329,7 +329,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc, { CoTaskMemFree(DirWithDrive); DirWithDrive = NULL; - } + } return hr; } |
