From ad7ae3c8db91f2a33bba5615cf1b1a9035f7917a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 23:01:05 +0200 Subject: Put each item of command enum in a separate line --- tools/irecovery.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/irecovery.c b/tools/irecovery.c index 5c82a00..a46d5df 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -36,7 +36,12 @@ #define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__) enum { - kResetDevice, kStartShell, kSendCommand, kSendFile, kSendExploit, kSendScript + kResetDevice, + kStartShell, + kSendCommand, + kSendFile, + kSendExploit, + kSendScript }; static unsigned int quit = 0; -- cgit v1.1-32-gdbae