Skip to content

Commit df42ff2

Browse files
committed
indentation cleanup and comment fix
1 parent 2868f9e commit df42ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

launcher/src/resource.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3535

3636
1 TEXTINCLUDE
3737
BEGIN
38-
"resource.h\0"
38+
"resource.h\0"
3939
END
4040

4141
2 TEXTINCLUDE
4242
BEGIN
43-
"#include ""winres.h""\r\n"
44-
"\0"
43+
"#include ""winres.h""\r\n"
44+
"\0"
4545
END
4646

4747
3 TEXTINCLUDE
4848
BEGIN
49-
"\r\n"
50-
"\0"
49+
"\r\n"
50+
"\0"
5151
END
5252

5353
#endif // APSTUDIO_INVOKED
@@ -60,7 +60,7 @@ END
6060
// Icon with lowest ID value placed first to ensure application icon
6161
// remains consistent on all systems.
6262
IDI_CMDER ICON "..\\..\\icons\\cmder.ico"
63-
#endif // English (United States) resources
63+
#endif // not APSTUDIO_INVOKED
6464
/////////////////////////////////////////////////////////////////////////////
6565

6666
/////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)