repomd: fix comments in header file.
authorTomas Mlcoch <tmlcoch@redhat.com>
Mon, 22 Apr 2013 12:05:43 +0000 (14:05 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Mon, 22 Apr 2013 12:05:43 +0000 (14:05 +0200)
src/repomd.h

index 8f0c2e8..4576125 100644 (file)
@@ -117,7 +117,7 @@ void cr_repomd_record_free(cr_RepomdRecord record);
  * @param checksum_type         type of checksum to use
  */
 int cr_repomd_record_fill(cr_RepomdRecord record,
-                         cr_ChecksumType checksum_type);
+                          cr_ChecksumType checksum_type);
 
 /** Analogue of cr_repomd_record_fill but for groupfile.
  * Groupfile must be set with the path to existing non compressed groupfile.
@@ -130,9 +130,9 @@ int cr_repomd_record_fill(cr_RepomdRecord record,
  * @param compression           type of compression
  */
 void cr_repomd_record_groupfile(cr_RepomdRecord groupfile,
-                                       cr_RepomdRecord compressed_groupfile,
-                                       cr_ChecksumType checksum_type,
-                                       cr_CompressionType compression);
+                                cr_RepomdRecord compressed_groupfile,
+                                cr_ChecksumType checksum_type,
+                                cr_CompressionType compression);
 
 /** Add a hash as prefix to the filename.
  * @param record                cr_RepomdRecord of file to be renamed