Style fixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37752 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2010-07-26 08:19:19 +00:00
parent 45a167a94d
commit 924b42436f
+2 -2
View File
@@ -406,8 +406,8 @@ void GlutWindow::KeyDown(const char *s, int32 slen)
BPoint p; BPoint p;
if (ignoreKeyRepeat && if (ignoreKeyRepeat
Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0) && Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)
return; return;
switch (aChar) { switch (aChar) {