Skip to content

Commit 898765e

Browse files
Fix style
Signed-off-by: Paul Mattione <pmattione@nvidia.com>
1 parent 5fc01c6 commit 898765e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/cpp/src/round_float.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ namespace spark_rapids_jni {
3434
* This currently supports HALF_UP and HALF_EVEN rounding for integer, floating point and
3535
* `decimal32` and `decimal64` numbers. For `decimal32` and `decimal64` numbers, negated
3636
* `numeric::scale` is equivalent to `decimal_places`.
37-
*
37+
*
3838
* For integer and decimal types this calls cudf::round_decimal().
39-
* Floating point rounding is handled here directly.
39+
* Floating point rounding is handled here directly.
4040
*
4141
* Example:
4242
* ```

0 commit comments

Comments
 (0)