* Some style cleanups, no functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31759 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-07-26 11:25:14 +00:00
parent 40265acfb3
commit 63c07622f6
4 changed files with 201 additions and 201 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2007-2008, Haiku, Inc.
* Copyright 2007-2009, Haiku, Inc.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -17,12 +17,8 @@ namespace BPrivate {
bool get_mode_parameter(uint32 mode, int32& width, int32& height,
uint32& colorSpace);
int32 get_bytes_per_row(color_space colorSpace, int32 width);
} // namespace BPrivate