Skip to content

Commit 4ceca2c

Browse files
committed
Clang-format
1 parent fd33959 commit 4ceca2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ApproximationTables.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,25 +1022,25 @@ const Approximation *best_log_approximation(Halide::ApproximationPrecision preci
10221022
// ====
10231023

10241024
const std::vector<Approximation> &get_table_atan() {
1025-
return table_atan;
1025+
return table_atan;
10261026
}
10271027
const std::vector<Approximation> &get_table_sin() {
1028-
return table_sin;
1028+
return table_sin;
10291029
}
10301030
const std::vector<Approximation> &get_table_cos() {
1031-
return table_cos;
1031+
return table_cos;
10321032
}
10331033
const std::vector<Approximation> &get_table_tan() {
1034-
return table_tan;
1034+
return table_tan;
10351035
}
10361036
const std::vector<Approximation> &get_table_expm1() {
1037-
return table_expm1;
1037+
return table_expm1;
10381038
}
10391039
const std::vector<Approximation> &get_table_exp() {
1040-
return table_exp;
1040+
return table_exp;
10411041
}
10421042
const std::vector<Approximation> &get_table_log() {
1043-
return table_log;
1043+
return table_log;
10441044
}
10451045

10461046
} // namespace ApproximationTables

0 commit comments

Comments
 (0)