diff options
Diffstat (limited to 'Tests/MFC/mfc1')
-rw-r--r-- | Tests/MFC/mfc1/ChildFrm.cpp | 2 | ||||
-rw-r--r-- | Tests/MFC/mfc1/MainFrm.cpp | 2 | ||||
-rw-r--r-- | Tests/MFC/mfc1/mfc1.cpp | 2 | ||||
-rw-r--r-- | Tests/MFC/mfc1/mfc1Doc.cpp | 2 | ||||
-rw-r--r-- | Tests/MFC/mfc1/mfc1View.cpp | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/Tests/MFC/mfc1/ChildFrm.cpp b/Tests/MFC/mfc1/ChildFrm.cpp index a415229..0422d2a 100644 --- a/Tests/MFC/mfc1/ChildFrm.cpp +++ b/Tests/MFC/mfc1/ChildFrm.cpp @@ -1,11 +1,13 @@ // ChildFrm.cpp : implementation of the CChildFrame class // +// clang-format off #include "stdafx.h" #include "mfc1.h" #include "ChildFrm.h" +// clang-format on #ifdef _DEBUG # define new DEBUG_NEW 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 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 diff --git a/Tests/MFC/mfc1/mfc1Doc.cpp b/Tests/MFC/mfc1/mfc1Doc.cpp index e69b61c..ef8b6af 100644 --- a/Tests/MFC/mfc1/mfc1Doc.cpp +++ b/Tests/MFC/mfc1/mfc1Doc.cpp @@ -1,11 +1,13 @@ // mfc1Doc.cpp : implementation of the Cmfc1Doc class // +// clang-format off #include "stdafx.h" #include "mfc1.h" #include "mfc1Doc.h" +// clang-format on #ifdef _DEBUG # define new DEBUG_NEW diff --git a/Tests/MFC/mfc1/mfc1View.cpp b/Tests/MFC/mfc1/mfc1View.cpp index 3de55cf..55dcb8e 100644 --- a/Tests/MFC/mfc1/mfc1View.cpp +++ b/Tests/MFC/mfc1/mfc1View.cpp @@ -1,12 +1,14 @@ // mfc1View.cpp : implementation of the Cmfc1View class // +// clang-format off #include "stdafx.h" #include "mfc1.h" #include "mfc1Doc.h" #include "mfc1View.h" +// clang-format on #ifdef _DEBUG # define new DEBUG_NEW |