summaryrefslogtreecommitdiff
path: root/dtrans/test
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-15 13:43:13 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-15 13:43:13 +0200
commit618a0f8c0349daa31cbaea097e2cc60e74f4076d (patch)
tree57a4a99249d8e7c072e6805f2d8c84c41dc6f044 /dtrans/test
parente93417bf5d422261eb144b91dc43abad8ae6ccdc (diff)
whitespace for include statements
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
Diffstat (limited to 'dtrans/test')
-rw-r--r--dtrans/test/win32/dnd/atlwindow.hxx4
-rw-r--r--dtrans/test/win32/dnd/dndTest.cxx4
2 files changed, 4 insertions, 4 deletions
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 <atlbase.h>
extern CComModule _Module;
-#include<atlcom.h>
-#include<atlctl.h>
+#include <atlcom.h>
+#include <atlctl.h>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
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 <tchar.h>
#include <atlbase.h>
CComModule _Module;
-#include<atlcom.h>
-#include<atlimpl.cpp>
+#include <atlcom.h>
+#include <atlimpl.cpp>
#if defined _MSC_VER
#pragma warning(pop)
#endif