Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Mar 26, 2019
1 parent 458ec14 commit 0211d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 0211d91

Please sign in to comment.