Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix last whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorrainexun committed Oct 12, 2016
1 parent d354ec7 commit b5fe218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mshadow/expression.h
Expand Up @@ -295,7 +295,7 @@ MakeExp(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2,
* \sa mshadow::op
*/

// Ternary
// Ternary
template<typename OP, typename TA, typename TB, typename TC, typename DType, int ta, int tb, int tc>
inline TernaryMapExp<OP, TA, TB, TC, DType, (ta|tb|tc|type::kMapper)>
F(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2,
Expand Down

0 comments on commit b5fe218

Please sign in to comment.