Remove empty lines according to google style guidelines

This commit is contained in:
Micke Prag 2012-11-08 15:40:31 +01:00
parent 4467a75abc
commit d88d5a5098
2 changed files with 0 additions and 3 deletions

View file

@ -105,7 +105,6 @@ void ControllerListener::PrivateData::addUsbFilter(int vid, int pid) {
} }
void ControllerListener::PrivateData::DeviceNotification(void *refCon, io_service_t service, natural_t messageType, void *messageArgument) { void ControllerListener::PrivateData::DeviceNotification(void *refCon, io_service_t service, natural_t messageType, void *messageArgument) {
if (messageType != kIOMessageServiceIsTerminated) { if (messageType != kIOMessageServiceIsTerminated) {
return; return;
} }

View file

@ -117,7 +117,6 @@ void DeviceManager::executeActionEvent() {
d->set.setDeviceState(data->deviceId, data->method, datastring); d->set.setDeviceState(data->deviceId, data->method, datastring);
} }
} }
} }
void DeviceManager::setExecuteActionEvent(TelldusCore::EventRef event) { void DeviceManager::setExecuteActionEvent(TelldusCore::EventRef event) {
@ -529,7 +528,6 @@ int DeviceManager::doGroupSceneAction(int deviceId, int action, unsigned char da
d->set.setDeviceState(deviceId, action, datastring); d->set.setDeviceState(deviceId, action, datastring);
} }
} }
} }
if (it->second->getType() == TELLSTICK_TYPE_SCENE) { if (it->second->getType() == TELLSTICK_TYPE_SCENE) {
// TODO(micke): Not supported yet // TODO(micke): Not supported yet