From f8751b1fe6af6e6148aa0c653032307ffba6f628 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 3 Aug 2010 20:33:05 +0000 Subject: [PATCH] Fix coding style. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37887 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/decorators/BeDecorator/BeDecorator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.h b/src/add-ons/decorators/BeDecorator/BeDecorator.h index 0936287c3b..50727a4ae1 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.h +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.h @@ -10,6 +10,7 @@ #ifndef DEFAULT_DECORATOR_H #define DEFAULT_DECORATOR_H + #include #include "DecorManager.h" @@ -19,8 +20,7 @@ class Desktop; -class BeDecorAddOn : public DecorAddOn -{ +class BeDecorAddOn : public DecorAddOn { public: BeDecorAddOn(image_id id, const char* name);