Fix nits in pod files.
[openssl.git] / doc / crypto / ASYNC_start_job.pod
index 4551bc00d4d8151981bbfac28f6028373fde76d6..621dafb2f625e0f331b80ce349a45887e3c9f7d8 100644 (file)
@@ -267,7 +267,7 @@ The following example demonstrates how to use most of the core async APIs:
 
          /* Wait for the job to be woken */
          printf("Waiting for the job to be woken up\n");
-        
+
          if (!ASYNC_WAIT_CTX_get_all_fds(ctx, NULL, &numfds)
                  || numfds > 1) {
              printf("Unexpected number of fds\n");