Sync to trunk (r44371)
[reactos.git] / reactos / dll / win32 / mshtml / htmliframe.c
index daef946..a0f8114 100644 (file)
@@ -109,7 +109,7 @@ static HRESULT WINAPI HTMLIFrameBase2_get_contentWindow(IHTMLFrameBase2 *iface,
     }else {
         WARN("NULL content window\n");
         *p = NULL;
-    }
+        }
     return S_OK;
 }