Fix comment indentation.
authorMarcus Brinkmann <mb@g10code.com>
Thu, 30 Jan 2003 22:01:01 +0000 (22:01 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 30 Jan 2003 22:01:01 +0000 (22:01 +0000)
gpgme/wait-global.c

index 434e838868f5d8da2a0327c743b6c2cf6f326e3b..daf320965ed7a1fa15e7e8890e39ad79a89a3fa0 100644 (file)
@@ -79,9 +79,10 @@ struct ctx_list_item
 static struct ctx_list_item *ctx_active_list;
 
 /* The done list contains all contexts that have previously been
-active but now are not active any longer, either because they finished
-successfully or an I/O callback returned an error.  The status field
-in the list item contains the error value (or 0 if successful).  */
+   active but now are not active any longer, either because they
+   finished successfully or an I/O callback returned an error.  The
+   status field in the list item contains the error value (or 0 if
+   successful).  */
 static struct ctx_list_item *ctx_done_list;
 
 \f