diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-07 18:49:22 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-07 18:49:22 -0400 |
commit | 61ce17e3edbf33e49adb5536c9904b735e58c774 (patch) | |
tree | e79c20f3049791fbe7417a436fc9b4e8be0f7d96 /include/litmus | |
parent | 054b92b95cfc2249ff7c1b110fb9aee8fa43378c (diff) |
Newline consistency...
Diffstat (limited to 'include/litmus')
-rw-r--r-- | include/litmus/sched_mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/sched_mc.h b/include/litmus/sched_mc.h index 7088c0766db2..431e2c1fc2f6 100644 --- a/include/litmus/sched_mc.h +++ b/include/litmus/sched_mc.h | |||
@@ -43,7 +43,7 @@ struct mc_data { | |||
43 | sched_trace_log_message("%d P%d [%s@%s:%d]: " fmt, \ | 43 | sched_trace_log_message("%d P%d [%s@%s:%d]: " fmt, \ |
44 | TRACE_ARGS, ## args) | 44 | TRACE_ARGS, ## args) |
45 | #define TRACE_MC_TASK(t, fmt, args...) \ | 45 | #define TRACE_MC_TASK(t, fmt, args...) \ |
46 | STRACE(TS " " fmt "\n", TA(t), ##args) | 46 | STRACE(TS " " fmt, TA(t), ##args) |
47 | 47 | ||
48 | /* | 48 | /* |
49 | * The MC-CE scheduler uses this as domain data. | 49 | * The MC-CE scheduler uses this as domain data. |