From df8d92af250b142669a620c463393a66d596a810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 28 Feb 2013 23:31:52 +0100 Subject: [PATCH] Minor cleanup. --- src/servers/app/Workspace.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/servers/app/Workspace.h b/src/servers/app/Workspace.h index 7e0bfe96a9..e92db6c54e 100644 --- a/src/servers/app/Workspace.h +++ b/src/servers/app/Workspace.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2009, Haiku. + * Copyright 2005-2013, Haiku. * Distributed under the terms of the MIT License. * * Authors: @@ -15,11 +15,11 @@ class Desktop; class Window; -/*! -Workspace objects are intended to be short-lived. You create them while -already holding a lock to the Desktop read-write lock and then you can use them -to query information, and then you destroy them again, for example by letting -them go out of scope. + +/*! Workspace objects are intended to be short-lived. You create them while + already holding a lock to the Desktop read-write lock and then you can use + them to query information, and then you destroy them again, for example by + letting them go out of scope. */ class Workspace { public: @@ -48,4 +48,5 @@ private: bool fCurrentWorkspace; }; + #endif /* WORKSPACE_H */