Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 6, 2023
1 parent 915510c commit 786be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@
\begin{alltt}
void *handle;
double y, x = 1.3;
double (*fun)(double);
double (*fun)(double);
char *libname = "libm.so", *fn\_name = "sin";
if ((handle = \emprg{dlopen}(libname, RTLD\_NOW)) == NULL)
Expand Down

0 comments on commit 786be3f

Please sign in to comment.