Commit 36b9d2da authored by Khalique's avatar Khalique
Browse files

formatting

parent 303fede0
......@@ -23,12 +23,9 @@ struct clip : unary<clip>
float max_val = std::numeric_limits<float>::max();
float min_val = std::numeric_limits<float>::min();
clip()
{
}
clip() {}
clip(float max, float min) : max_val(max), min_val(min)
{}
clip(float max, float min) : max_val(max), min_val(min) {}
auto apply() const
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment