Commit b9fbf85e196c8064ba82df7b45aa9f4a07eb8c23

Authored by 김태훈
1 parent 003971acb6
Exists in master and in 2 other branches fhd, fhd-demo

코드 컨벤션 유지

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/gui/oven_control/mainwindow.cpp
... ... @@ -61,9 +61,8 @@ void MainWindow::jump(QMainWindow *newChild)
61 61  
62 62 void MainWindow::killChild()
63 63 {
64   - if (instance->child){
  64 + if (instance->child)
65 65 instance->child->deleteLater();
66   - }
67 66 }
68 67  
69 68 bool MainWindow::killChildCook()
... ...