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