From 3fd877b4f4ae8f127d555b184d9bd12dce562269 Mon Sep 17 00:00:00 2001 From: Andre Muezerie Date: Thu, 21 May 2026 19:49:45 -0400 Subject: Removed trailing spaces under config and modem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- network/config/bindview/NetCfgAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/config/bindview/NetCfgAPI.h') diff --git a/network/config/bindview/NetCfgAPI.h b/network/config/bindview/NetCfgAPI.h index b4d6f552..310b36b2 100644 --- a/network/config/bindview/NetCfgAPI.h +++ b/network/config/bindview/NetCfgAPI.h @@ -7,7 +7,7 @@ // // Contents: Functions Prototypes // -// Notes: +// Notes: // // Author: Alok Sinha 15-May-01 // -- cgit v1.3.1