]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Don't have a comment between return type and function name
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Feb 2015 16:29:57 +0000 (17:29 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Feb 2015 16:29:57 +0000 (17:29 +0100)
orte/include/orte/protos_api.h

index b7664372169496e72b5ff03ddca961b1d479b334..e7475e81782b4c3bfb0aeb70ad021d6de32a91c8 100644 (file)
@@ -248,7 +248,6 @@ ORTEPublicationCreate(ORTEDomain *d,
  */
 extern int
 ORTEPublicationDestroy(ORTEPublication *cstWriter);
-extern int
 
 /**
  * ORTEPublicationPropertiesGet - read properties of a publication
@@ -257,6 +256,7 @@ extern int
  *
  * Returns ORTE_OK if successful or ORTE_BAD_HANDLE if @cstWriter is not valid cstWriter handle.
  */
+extern int
 ORTEPublicationPropertiesGet(ORTEPublication *cstWriter,ORTEPublProp *pp);
 
 /**