OSDN Git Service

ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
[opentween/open-tween.git] / OpenTween / AppendSettingDialog.cs
index b6afa61..a510e5c 100644 (file)
@@ -299,7 +299,8 @@ namespace OpenTween
             {
                 Thread.Sleep(10);
                 if (this.Disposing || this.IsDisposed) return;
-            } while (!this.IsHandleCreated);
+            }
+            while (!this.IsHandleCreated);
             this.TopMost = this.PreviewPanel.CheckAlwaysTop.Checked;
 
             this.GetPeriodPanel.LabelPostAndGet.Visible = this.GetPeriodPanel.CheckPostAndGet.Checked;