Fix coding style.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37886 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2010-08-03 20:32:37 +00:00
parent 0e505c0c7b
commit a92ef26cd7
8 changed files with 18 additions and 25 deletions

View File

@ -6,7 +6,6 @@
* DarkWyrm <bpmagic@columbus.rr.com>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DECOR_MANAGER_H
#define DECOR_MANAGER_H
@ -29,8 +28,7 @@ class WindowBehaviour;
typedef BObjectList<DesktopListener> DesktopListenerList;
class DecorAddOn
{
class DecorAddOn {
public:
DecorAddOn(image_id id, const char* name);
virtual ~DecorAddOn();

View File

@ -7,7 +7,6 @@
* Stephan Aßmus <superstippi@gmx.de>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DECORATOR_H
#define DECORATOR_H
@ -46,6 +45,7 @@ enum click_type {
CLICK_RESIZE_RB
};
class Decorator {
public:
Decorator(DesktopSettings& settings, BRect rect,

View File

@ -7,7 +7,6 @@
* Stephan Aßmus <superstippi@gmx.de>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DEFAULT_DECORATOR_H
#define DEFAULT_DECORATOR_H

View File

@ -10,7 +10,6 @@
* Brecht Machiels <brecht@mos6581.org>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H
#define DEFAULT_WINDOW_BEHAVIOUR_H
@ -24,8 +23,7 @@ class Desktop;
class Window;
class DefaultWindowBehaviour : public WindowBehaviour
{
class DefaultWindowBehaviour : public WindowBehaviour {
public:
DefaultWindowBehaviour(Window* window);
virtual ~DefaultWindowBehaviour();

View File

@ -6,6 +6,7 @@
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#include "DesktopListener.h"

View File

@ -5,10 +5,10 @@
* Authors:
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DESKTOP_LISTENER_H
#define DESKTOP_LISTENER_H
#include <util/DoublyLinkedList.h>
#include <Point.h>
@ -18,8 +18,7 @@ class BMessage;
class Window;
class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener>
{
class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener> {
public:
virtual ~DesktopListener();
@ -58,8 +57,7 @@ class DesktopListener : public DoublyLinkedListLinkImpl<DesktopListener>
typedef DoublyLinkedList<DesktopListener> DesktopListenerDLList;
class DesktopObservable
{
class DesktopObservable {
public:
DesktopObservable();

View File

@ -7,6 +7,7 @@
* Stefano Ceccherini (stefano.ceccherini@gmail.com)
* Marcus Overhagen <marcus@overhagen.de>
*/
#include "ServerPicture.h"
#include <new>

View File

@ -5,7 +5,6 @@
* Authors:
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef WINDOW_BEHAVIOUR_H
#define WINDOW_BEHAVIOUR_H
@ -16,8 +15,7 @@
class BMessage;
class WindowBehaviour
{
class WindowBehaviour {
public:
WindowBehaviour();
virtual ~WindowBehaviour();