Whitespace cleanups. No code changes.

* count.c: Place opening curly brace after if (),
  not on the next line. Almost all strace code alredy
  uses this style.
* desc.c: Likewise.
* file.c: Likewise.
* net.c: Likewise.
* pathtrace.c: Likewise.
* process.c: Likewise.
* quota.c: Likewise.
* signal.c: Likewise.
* strace.c: Likewise.
* syscall.c: Likewise.
* time.c: Likewise.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
diff --git a/desc.c b/desc.c
index 192f8b0..9e06b30 100644
--- a/desc.c
+++ b/desc.c
@@ -531,8 +531,7 @@
 		tprintf(", ");
 		printtv_bitness(tcp, args[4], bitness, 0);
 	}
-	else
-	{
+	else {
 		unsigned int cumlen = 0;
 		const char *sep = "";