diff --git a/src/common/netif/netif_gnu.c b/src/common/netif/netif_gnu.c index c5c24a5d8..be7ab896a 100644 --- a/src/common/netif/netif_gnu.c +++ b/src/common/netif/netif_gnu.c @@ -21,7 +21,7 @@ bool ffNetifGetDefaultRouteImplV4(FFNetifDefaultRouteResult* result) { if (destination != 0) continue; result->ifIndex = if_nametoindex(result->ifName); - // TODO: Get the preferred source address + // TODO: Get the preferred source address return true; } result->ifName[0] = '0'; diff --git a/src/common/processing_linux.c b/src/common/processing_linux.c index c9a1dd31f..63d5b2c68 100644 --- a/src/common/processing_linux.c +++ b/src/common/processing_linux.c @@ -471,9 +471,9 @@ const char* ffProcessGetBasicInfoLinux(pid_t pid, FFstrbuf* name, pid_t* ppid, i if(nRead <= 0) return "ffReadFileBuffer(/proc/pid/comm, name) failed"; ffStrbufTrimRightSpace(name); - #else - // No /proc/1/comm on Hurd so read /proc/1/stat again - snprintf(procFilePath, sizeof(procFilePath), "/proc/%d/stat", (int)pid); + #else + // No /proc/1/comm on Hurd so read /proc/1/stat again + snprintf(procFilePath, sizeof(procFilePath), "/proc/%d/stat", (int)pid); char buf[PROC_FILE_BUFFSIZ]; ssize_t nRead = ffReadFileData(procFilePath, sizeof(buf) - 1, buf); if(nRead <= 8) @@ -488,7 +488,7 @@ const char* ffProcessGetBasicInfoLinux(pid_t pid, FFstrbuf* name, pid_t* ppid, i return "sscanf(stat) failed"; ffStrbufRecalculateLength(name); - #endif + #endif } #elif defined(__APPLE__) diff --git a/src/detection/initsystem/initsystem_linux.c b/src/detection/initsystem/initsystem_linux.c index dbce8bda8..02a87803b 100644 --- a/src/detection/initsystem/initsystem_linux.c +++ b/src/detection/initsystem/initsystem_linux.c @@ -86,14 +86,14 @@ const char* ffDetectInitSystem(FFInitSystemResult* result) } else if (ffStrbufEqualS(&result->name, "guile")) { - /* TODO: guile is actually shepherd */ - if (ffProcessAppendStdOut(&result->version, (char* const[]) { - ffStrbufEndsWithS(&result->exe, "/guile") ? result->exe.chars : "guile", - "--version", + /* TODO: guile is actually shepherd */ + if (ffProcessAppendStdOut(&result->version, (char* const[]) { + ffStrbufEndsWithS(&result->exe, "/guile") ? result->exe.chars : "guile", + "--version", NULL, }) == NULL && result->version.length) { - /* guile (GNU Guile) 3.0.9 */ + /* guile (GNU Guile) 3.0.9 */ ffStrbufSubstrBeforeFirstC(&result->version, '\n'); ffStrbufSubstrAfterLastC(&result->version, ' '); } diff --git a/src/detection/swap/swap_haiku.c b/src/detection/swap/swap_haiku.c index b483668b3..990e741fd 100644 --- a/src/detection/swap/swap_haiku.c +++ b/src/detection/swap/swap_haiku.c @@ -16,7 +16,7 @@ const char* ffDetectSwap(FFlist* result) if (kvms) { const char* swapAuto = get_driver_parameter(kvms, "swap_auto", NULL, NULL); - if (swapAuto) + if (swapAuto) ffStrbufSetStatic(&swap->name, swapAuto[0] == 'y' ? "Auto" : "Manual"); unload_driver_settings(kvms); } diff --git a/src/util/apple/Info.plist.in b/src/util/apple/Info.plist.in index 9e24ccb7c..52200538b 100644 --- a/src/util/apple/Info.plist.in +++ b/src/util/apple/Info.plist.in @@ -6,8 +6,8 @@ fastfetch CFBundleName @PROJECT_NAME@ - CFBundleShortVersionString - @PROJECT_VERSION@ + CFBundleShortVersionString + @PROJECT_VERSION@ CFBundleDevelopmentRegion English NSBluetoothAlwaysUsageDescription