diff options
Diffstat (limited to 'Tests/MFC/mfc1/mfc1View.cpp')
-rw-r--r-- | Tests/MFC/mfc1/mfc1View.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |