diff options
Diffstat (limited to 'Tests/MFC/mfc1/MainFrm.cpp')
-rw-r--r-- | Tests/MFC/mfc1/MainFrm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/MFC/mfc1/MainFrm.cpp b/Tests/MFC/mfc1/MainFrm.cpp index 6bd2b3d..7f82e26 100644 --- a/Tests/MFC/mfc1/MainFrm.cpp +++ b/Tests/MFC/mfc1/MainFrm.cpp @@ -1,11 +1,13 @@ // MainFrm.cpp : implementation of the CMainFrame class // +// clang-format off #include "stdafx.h" #include "mfc1.h" #include "MainFrm.h" +// clang-format on #ifdef _DEBUG # define new DEBUG_NEW |