File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -509,8 +509,7 @@ class ghost_terminal final: public simple_terminal {
509
509
fmobj.Update_info ();
510
510
waiter ([&] {
511
511
return fmobj.Update_info () && fmobj.info_map .size () > 0 ;
512
- },
513
- L" FMO initialized" );
512
+ },L" FMO initialized" );
514
513
if (!ghost_link_to.empty ())
515
514
waiter ([&] {
516
515
if (fmobj.Update_info ())
@@ -520,8 +519,7 @@ class ghost_terminal final: public simple_terminal {
520
519
return ghost_hwnd = tmp_hwnd;
521
520
}
522
521
return HWND{0 };
523
- },
524
- L" ghost hwnd created" );
522
+ },L" ghost hwnd created" );
525
523
};
526
524
if (ghost_hwnd)
527
525
goto link_to_ghost;
@@ -644,8 +642,7 @@ class ghost_terminal final: public simple_terminal {
644
642
if (sakurascript.empty ()) // 发送ss不需要shiori就绪
645
643
waiter ([&] {
646
644
return fmobj.Update_info () && fmobj.info_map [ghost_uid].get_modulestate (L" shiori" ) == L" running" ;
647
- },
648
- L" ghost's shiori ready" );
645
+ },L" ghost's shiori ready" );
649
646
650
647
if (!disable_WindowsTerminal_text && !InWindowsTerminal ()) {
651
648
if (!register2wt) {
You can’t perform that action at this time.
0 commit comments