leading tab to spaces
This commit is contained in:
@@ -31,7 +31,7 @@ void
|
|||||||
early_init(int argc UNUSED, char *argv[] UNUSED)
|
early_init(int argc UNUSED, char *argv[] UNUSED)
|
||||||
{
|
{
|
||||||
#ifdef CRASHREPORT
|
#ifdef CRASHREPORT
|
||||||
// Do this as early as possible, but let ports do other things first.
|
/* Do this as early as possible, but let ports do other things first. */
|
||||||
crashreport_init(argc, argv);
|
crashreport_init(argc, argv);
|
||||||
#endif
|
#endif
|
||||||
decl_globals_init();
|
decl_globals_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user