Minor cleanup: match indentation level with styleguide.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42654 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2011-08-21 10:03:51 +00:00
parent 727c05a5df
commit e32a379a72
+2 -1
View File
@@ -63,7 +63,8 @@ public:
virtual void KeyDown(const char* bytes, int32 numBytes); virtual void KeyDown(const char* bytes, int32 numBytes);
private: private:
bool _AcceptsDragMessage(const BMessage* message) const; bool _AcceptsDragMessage(
const BMessage* message) const;
private: private:
int32 fDropIndex; int32 fDropIndex;