diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
commit | 6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch) | |
tree | d941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /device.h | |
parent | 2ec6303f50ee2811aa0504372ddd61227157572b (diff) | |
download | subsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz |
Random white space cleanup
Because I can.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ extern "C" { extern struct divecomputer *fake_dc(struct divecomputer* dc); extern void create_device_node(const char *model, uint32_t deviceid, const char *serial, const char *firmware, const char *nickname); extern void call_for_each_dc(FILE *f, void (*callback)(FILE *, const char *, uint32_t, - const char *, const char *, const char *)); + const char *, const char *, const char *)); #ifdef __cplusplus } |