mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
cleanup: whitespace fix
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9386eb2a0b
commit
52f93ea326
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ extern "C" void call_for_each_dc (void *f, void (*callback)(void *, const char *
|
|||
found = true;
|
||||
}
|
||||
if (found)
|
||||
callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName),
|
||||
qPrintable(node.serialNumber), qPrintable(node.firmware));
|
||||
callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName),
|
||||
qPrintable(node.serialNumber), qPrintable(node.firmware));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue