* Missed that when cleaning up the style.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29980 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-04-06 21:13:06 +00:00
parent fd0803f300
commit 8263f82d90

View File

@ -28,8 +28,8 @@ public:
DoublyLinkedListLink() : next(NULL), previous(NULL) {}
~DoublyLinkedListLink() {}
Element *next;
Element *previous;
Element* next;
Element* previous;
};
// DoublyLinkedListLinkImpl