From 618a0f8c0349daa31cbaea097e2cc60e74f4076d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Apr 2014 13:43:13 +0200 Subject: whitespace for include statements Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a --- dtrans/test/win32/dnd/atlwindow.hxx | 4 ++-- dtrans/test/win32/dnd/dndTest.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dtrans/test') diff --git a/dtrans/test/win32/dnd/atlwindow.hxx b/dtrans/test/win32/dnd/atlwindow.hxx index 21c5dadd3184..63756578539d 100644 --- a/dtrans/test/win32/dnd/atlwindow.hxx +++ b/dtrans/test/win32/dnd/atlwindow.hxx @@ -20,8 +20,8 @@ #define _WINDOW_HXX_ #include extern CComModule _Module; -#include -#include +#include +#include #include #include #include diff --git a/dtrans/test/win32/dnd/dndTest.cxx b/dtrans/test/win32/dnd/dndTest.cxx index 084555eb2122..d0261324a89b 100644 --- a/dtrans/test/win32/dnd/dndTest.cxx +++ b/dtrans/test/win32/dnd/dndTest.cxx @@ -25,8 +25,8 @@ #include #include CComModule _Module; -#include -#include +#include +#include #if defined _MSC_VER #pragma warning(pop) #endif -- cgit