diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 13:43:13 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 13:43:13 +0200 |
commit | 618a0f8c0349daa31cbaea097e2cc60e74f4076d (patch) | |
tree | 57a4a99249d8e7c072e6805f2d8c84c41dc6f044 /extensions/test/ole/unloading | |
parent | e93417bf5d422261eb144b91dc43abad8ae6ccdc (diff) |
whitespace for include statements
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
Diffstat (limited to 'extensions/test/ole/unloading')
-rw-r--r-- | extensions/test/ole/unloading/unloadTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/unloading/unloadTest.cxx b/extensions/test/ole/unloading/unloadTest.cxx index 23b4e0dacd5f..b81dd309f71d 100644 --- a/extensions/test/ole/unloading/unloadTest.cxx +++ b/extensions/test/ole/unloading/unloadTest.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include<osl/module.hxx> +#include <osl/module.hxx> #include <osl/time.h> #include <rtl/ustring.hxx> #include <cppuhelper/factory.hxx> |