diff options
author | emersion <contact@emersion.fr> | 2019-01-21 17:56:19 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-21 17:56:19 +0100 |
commit | a4eb90315e07bebc6232c1ed16bd3ed18909e06e (patch) | |
tree | 8639324387eef15250229d231180b7b4cc933d83 /examples | |
parent | f3ef1f907c6d2ae0ff7afe590b06bbb3d9f46b8d (diff) |
Fix indentation in various files
Diffstat (limited to 'examples')
-rw-r--r-- | examples/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/idle.c b/examples/idle.c index a6a4f5c0..0641d4fd 100644 --- a/examples/idle.c +++ b/examples/idle.c @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) { }; bool create_t1 = (simulate_activity_timeout != 0) && - (simulate_activity_timeout < close_timeout); + (simulate_activity_timeout < close_timeout); if (create_t1) { if (pthread_create(&t1, NULL, &simulate_activity, (void *)&arg) != 0) { |