ex-2/naive: fix whitespace

This commit is contained in:
Michele Guerini Rocco 2020-06-09 13:10:48 +00:00
parent 7f18dd14ab
commit 10cdd3c45a

View File

@ -38,7 +38,6 @@ int main () {
* due to roundoff errors. * due to roundoff errors.
* *
*/ */
do { do {
prev_n = n; prev_n = n;
n *= 10; n *= 10;