diff options
Diffstat (limited to 'Tests/MFC/mfc1/mfc1.cpp')
-rw-r--r-- | Tests/MFC/mfc1/mfc1.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/MFC/mfc1/mfc1.cpp b/Tests/MFC/mfc1/mfc1.cpp index 892a89d..87406b6 100644 --- a/Tests/MFC/mfc1/mfc1.cpp +++ b/Tests/MFC/mfc1/mfc1.cpp @@ -1,6 +1,7 @@ // mfc1.cpp : Defines the class behaviors for the application. // +// clang-format off #include "stdafx.h" #include "MainFrm.h" @@ -9,6 +10,7 @@ #include "ChildFrm.h" #include "mfc1Doc.h" #include "mfc1View.h" +// clang-format on #ifdef _DEBUG # define new DEBUG_NEW |