* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-10-19 13:16:34 +00:00
parent 310a9c9e21
commit bfc4ee026d
+5 -4
View File
@@ -2,10 +2,12 @@
* Copyright (c) 2001-2008, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Author: Marc Flerackers ([email protected])
* Description: Functions and class to manage input devices.
* Authors:
* Marc Flerackers ([email protected])
*/
//! Functions and class to manage input devices.
#include <stdlib.h>
#include <string.h>
#include <new>
@@ -208,8 +210,7 @@ BInputDevice::Stop(input_device_type type)
status_t
BInputDevice::Control(input_device_type type, uint32 code,
BMessage *message)
BInputDevice::Control(input_device_type type, uint32 code, BMessage *message)
{
BMessage command(IS_CONTROL_DEVICES);
BMessage reply;