Commit 97072183 authored by Paul's avatar Paul
Browse files

Format

parent f050afb7
This diff is collapsed.
......@@ -85,7 +85,7 @@ struct ck_nop
struct ck_passthrough
{
template <class T, class U>
constexpr void operator()(T& y , U x) const
constexpr void operator()(T& y, U x) const
{
y = x;
}
......
......@@ -95,9 +95,7 @@ def parse_args():
type=str,
metavar='file',
help='Output json file to save tunings')
parser.add_argument('-n',
type=int,
help='Number of instances to tune')
parser.add_argument('-n', type=int, help='Number of instances to tune')
args = parser.parse_args()
return args
......
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