Remove empty lines according to google style guidelines
This commit is contained in:
parent
4467a75abc
commit
d88d5a5098
2 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
||||
if (messageType != kIOMessageServiceIsTerminated) {
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -117,7 +117,6 @@ void DeviceManager::executeActionEvent() {
|
|||
d->set.setDeviceState(data->deviceId, data->method, datastring);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
if (it->second->getType() == TELLSTICK_TYPE_SCENE) {
|
||||
// TODO(micke): Not supported yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue