From 0211d91c20a662f61f97b6b7feaab82e113db58c Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 26 Mar 2019 18:14:52 -0500 Subject: [PATCH] Formatting --- src/schedule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schedule.cpp b/src/schedule.cpp index bb297809fed..61dae13e5b8 100644 --- a/src/schedule.cpp +++ b/src/schedule.cpp @@ -341,7 +341,7 @@ struct stream_info void schedule::apply(program& p) const { - if (not enable) + if(not enable) return; stream_info si; auto last = std::prev(p.end());