Skip to content

Commit fc58d3b

Browse files
committed
Pesky newline
1 parent 0d36139 commit fc58d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static bool ggml_op_is_empty(enum ggml_op op) {
101101
return false;
102102
}
103103
}
104-
104+
105105
static inline float softplus(float input) {
106106
return (input > 20.0f) ? input : logf(1 + expf(input));
107107
}

0 commit comments

Comments
 (0)