From e789b856fa34597bb2078cefb3a43357633e66ea Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 18 Feb 2018 19:13:07 +0100 Subject: Whitespace fixes --- midimonster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'midimonster.c') diff --git a/midimonster.c b/midimonster.c index c8a0109..eb5510c 100644 --- a/midimonster.c +++ b/midimonster.c @@ -146,7 +146,7 @@ void fds_free(){ int mm_channel_event(channel* c, channel_value v){ size_t u, p; - + //find mapped channels for(u = 0; u < mappings; u++){ if(map[u].from == c){ @@ -305,7 +305,7 @@ int main(int argc, char** argv){ secondary->n = 0; } } - + rv = EXIT_SUCCESS; bail: //free all data -- cgit v1.2.3