Kaydet (Commit) b30173fd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:subtlezeroinit (clang-cl)

Change-Id: I19f41363e3efcc716d3258106ebee2424be25b6a
üst b0fa3fc8
...@@ -65,7 +65,7 @@ CCustomControl* CCustomControlFactory::CreateCustomControl(HWND aControlHandle, ...@@ -65,7 +65,7 @@ CCustomControl* CCustomControlFactory::CreateCustomControl(HWND aControlHandle,
CCustomControl* CCustomControlFactory::CreateCustomControlContainer() CCustomControl* CCustomControlFactory::CreateCustomControlContainer()
{ {
return new CCustomControlContainer(); return new CCustomControlContainer;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment