]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/testutil.h
Fix a bundle of trailing spaces in several files
[thirdparty/openssl.git] / test / testutil.h
index 48c4eb3677354cd82170e4e6d2925dd331a9e476..0975e2b779c3a0fd7ac077ed54429f891755f10d 100644 (file)
@@ -434,7 +434,7 @@ int test_end_file(STANZA *s);
 
 /*
  * Read a stanza from the test file.  A stanza consists of a block
- * of lines of the form 
+ * of lines of the form
  *      key = value
  * The block is terminated by EOF or a blank line.
  * Return 1 if found, 0 on EOF or error.