Skip to content

Commit 0211d91

Browse files
committed
Formatting
1 parent 458ec14 commit 0211d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schedule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ struct stream_info
341341

342342
void schedule::apply(program& p) const
343343
{
344-
if (not enable)
344+
if(not enable)
345345
return;
346346
stream_info si;
347347
auto last = std::prev(p.end());

0 commit comments

Comments
 (0)