style: format

This commit is contained in:
zzyyyl
2022-09-19 19:18:56 +08:00
parent c8da32a0b9
commit c5f9ef3552

View File

@@ -1277,7 +1277,8 @@ bool asst::Controller::set_inited(bool inited)
return true;
}
void asst::Controller::kill_adb_daemon() {
void asst::Controller::kill_adb_daemon()
{
if (m_instance_count) return;
#ifndef _WIN32
if (m_child)