Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration
diff --git a/test/run_tests.h b/test/run_tests.h
index 153107c..850c4e2 100644
--- a/test/run_tests.h
+++ b/test/run_tests.h
@@ -45,13 +45,13 @@
  @param[in] bNewline   If non-zero, output a newline after the string
 
  This is a prototype of a function to be passed to RunTests() to
- output text strings. 
+ output text strings.
 
  This can be implemented with stdio (if available) using a straight
  call to fputs() where the FILE * is passed as the pOutCtx as shown in
  the example code below.  This code is for Linux where the newline is
  a \\n. Windows usually prefers \\r\\n.
- 
+
  @code
     static void fputs_wrapper(const char *szString, void *pOutCtx, int bNewLine)
     {