Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian Weng committed Jan 13, 2019
1 parent f1e0958 commit 1bb9c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/HalideIR
2 changes: 1 addition & 1 deletion src/op/hybrid_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Stmt ApplySchedule(const Stage& stage,
* \param stmt The statement to be processed.
*/
Stmt ApplyLoopShapes(const Stage &stage,
const std::unordered_map<IterVar, Range>& dom_map, Stmt stmt);
const std::unordered_map<IterVar, Range>& dom_map, Stmt stmt);


/*!
Expand Down

0 comments on commit 1bb9c23

Please sign in to comment.