[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / base / applications / cmdutils / whoami / whoami.c
index 8d8f7e1..d5a24b8 100644 (file)
@@ -367,7 +367,7 @@ void WhoamiPrintTable(WhoamiTable *pTable)
             WhoamiFree(pTable->Content[i * pTable->Cols + j]);
 
     WhoamiFree(pTable);
-    
+
     if (PrintFormat != csv)
         HeapFree(GetProcessHeap(), 0, ColLength);
 }