citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 86593c7b185310c849bb10bcacfc54e23e83631f
parent 3dda068d2bd731518b8d2ca7eedde9b8f1b96b79
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 27 Jun 2016 00:10:55 -0600

lib: fixup var indent

Diffstat:
Mlib/runtime.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -45,7 +45,7 @@ void citrun_start() { struct citrun_node *w; - pthread_t tid; + pthread_t tid; /* * Count nodes once. Changing this after program start is not supported