Delete all Trailing spaces in code.
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.c
index 23e2e6d..d8907c4 100644 (file)
@@ -37,7 +37,7 @@ static LONG APIENTRY Applet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);
 HINSTANCE hApplet = 0;
 
 /* Applets */
-APPLET Applets[] = 
+APPLET Applets[] =
 {
     {IDI_CPLICON, IDS_CPLNAME, IDS_CPLDESCRIPTION, Applet}
 };