"docs/vscode:/vscode.git/clone" did not exist on "72b6ea88b4354ad7551aab1594db0c967065c11d"
Commit 1e1fa62e authored by Khalique's avatar Khalique
Browse files

formatting

parent faddc14e
...@@ -718,7 +718,8 @@ struct pad ...@@ -718,7 +718,8 @@ struct pad
bool symmetric() const bool symmetric() const
{ {
std::size_t num_dims = pads.size() / 2; std::size_t num_dims = pads.size() / 2;
return std::equal(pads.begin(), pads.begin() + num_dims, pads.begin() + num_dims, pads.end()); return std::equal(
pads.begin(), pads.begin() + num_dims, pads.begin() + num_dims, pads.end());
} }
}; };
......
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