Indentation update.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007, Haiku Inc. All Rights Reserved.
|
* Copyright 2007-2009, Haiku Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Author:
|
* Author:
|
||||||
@@ -22,7 +22,8 @@ enum {
|
|||||||
|
|
||||||
class BClipboard {
|
class BClipboard {
|
||||||
public:
|
public:
|
||||||
BClipboard(const char* name, bool transient = false);
|
BClipboard(const char* name,
|
||||||
|
bool transient = false);
|
||||||
virtual ~BClipboard();
|
virtual ~BClipboard();
|
||||||
|
|
||||||
const char* Name() const;
|
const char* Name() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user