Skip to content

Commit b5de6a0

Browse files
committed
Update ghost_terminal.cpp
1 parent 7e06404 commit b5de6a0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ghost_terminal.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,7 @@ class ghost_terminal final: public simple_terminal {
509509
fmobj.Update_info();
510510
waiter([&] {
511511
return fmobj.Update_info() && fmobj.info_map.size() > 0;
512-
},
513-
L"FMO initialized");
512+
},L"FMO initialized");
514513
if(!ghost_link_to.empty())
515514
waiter([&] {
516515
if(fmobj.Update_info())
@@ -520,8 +519,7 @@ class ghost_terminal final: public simple_terminal {
520519
return ghost_hwnd = tmp_hwnd;
521520
}
522521
return HWND{0};
523-
},
524-
L"ghost hwnd created");
522+
},L"ghost hwnd created");
525523
};
526524
if(ghost_hwnd)
527525
goto link_to_ghost;
@@ -644,8 +642,7 @@ class ghost_terminal final: public simple_terminal {
644642
if(sakurascript.empty()) //发送ss不需要shiori就绪
645643
waiter([&] {
646644
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");
649646

650647
if(!disable_WindowsTerminal_text && !InWindowsTerminal()) {
651648
if(!register2wt) {

0 commit comments

Comments
 (0)