Skip to content

Commit 95b3127

Browse files
committed
chore: remove trailing whitespace from ggml.h
1 parent 20aa499 commit 95b3127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/include/ggml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ extern "C" {
11811181
* Truncates the fractional part of each element in the tensor (towards zero).
11821182
* For example: trunc(3.7) = 3.0, trunc(-2.9) = -2.0
11831183
* Similar to std::trunc in C/C++.
1184-
*/
1184+
*/
11851185

11861186
GGML_API struct ggml_tensor * ggml_trunc(
11871187
struct ggml_context * ctx,

0 commit comments

Comments
 (0)