From c53b9343299555784ad756d0352a8ed271b8d54c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 15 May 2007 15:37:48 +0000 Subject: [PATCH] Fixed indentation of the layout related methods. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21140 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index d25bbd3a4c..e8ca9b16d7 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -258,10 +258,10 @@ public: virtual bool QuitRequested(); virtual thread_id Run(); - virtual void SetLayout(BLayout* layout); - BLayout* GetLayout() const; + virtual void SetLayout(BLayout* layout); + BLayout* GetLayout() const; - void InvalidateLayout(bool descendants = false); + void InvalidateLayout(bool descendants = false); private: typedef BLooper inherited;