Skip to content

Commit aee08a1

Browse files
authored
style: remove trailing whitespace
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 0d8b28e commit aee08a1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/sech

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/sech/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ double stdlib_base_sech( const double x );
144144
145145
int main( void ) {
146146
const double x[] = { -4.0, -3.11, -2.22, -1.33, -0.44, 0.44, 1.33, 2.22, 3.11, 4.0 };
147-
147+
148148
double v;
149149
int i;
150150
for ( i = 0; i < 10; i++ ) {

0 commit comments

Comments
 (0)