summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
commitbc74d4f91d1a5f20f680aee4e15b70faeabbde5b (patch)
tree7f14b7608911c02443270af335d679fd986ca96a /demos
parent755b6aa6dcdbbca3f87398b54e1dd81ba097c30a (diff)
downloadgmp-bc74d4f91d1a5f20f680aee4e15b70faeabbde5b.tar.gz
Whitespace cleanup.
Diffstat (limited to 'demos')
-rw-r--r--demos/calc/calclex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/calc/calclex.c b/demos/calc/calclex.c
index ebd1f0a1a..1d319ef94 100644
--- a/demos/calc/calclex.c
+++ b/demos/calc/calclex.c
@@ -112,7 +112,7 @@ extern FILE *yyin, *yyout;
* int a single C statement (which needs a semi-colon terminator). This
* avoids problems with code like:
*
- * if ( condition_holds )
+ * if ( condition_holds )
* yyless( 5 );
* else
* do_something_else();