small style fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42489 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV 2011-07-25 22:46:24 +00:00
parent 3a850e1a1a
commit 8320d948d5
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ extern int gChosen;
template<typename addressSize>
struct of_region
{
struct of_region {
addressSize base;
uint32 size;
};