Skip to content

Commit

Permalink
Remove blank line at start of function
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Gerstmann committed Sep 15, 2023
1 parent 00ba0b2 commit 4e27147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_bindings/src/halide/halide_/PyParameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ void add_scalar_methods(py::class_<Parameter> &parameter_class) {
} // namespace

void define_parameter(py::module &m) {

// Disambiguate some ambigious methods
void (Parameter::*set_scalar_method)(const Type &t, halide_scalar_value_t val) = &Parameter::set_scalar;

Expand Down

0 comments on commit 4e27147

Please sign in to comment.