diff options
author | Nikias Bassen | 2020-05-18 00:59:54 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-05-18 00:59:54 +0200 |
commit | 05d2e6d09674a8f66a57b5d4b2b42a5b758d2054 (patch) | |
tree | b288f10ec7f897ccc312f87776a035ade008cf9b /tools | |
parent | f62d64492050556b383ec3a5db66830e78f9fd56 (diff) | |
download | libimobiledevice-05d2e6d09674a8f66a57b5d4b2b42a5b758d2054.tar.gz libimobiledevice-05d2e6d09674a8f66a57b5d4b2b42a5b758d2054.tar.bz2 |
Fix whitespace error in idevicesyslog.c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicesyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 8fd91c4..e456d1b 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -99,7 +99,7 @@ static void TEXT_COLOR(WORD attr) { if (use_colors) { SetConsoleTextAttribute(h_stdout, attr); - } + } } #else |