Imported Upstream version 0.6.33
[platform/upstream/libsolv.git] / src / dataiterator.h
index df10349..3133686 100644 (file)
@@ -7,7 +7,7 @@
 
 /*
  * dataiterator.h
- * 
+ *
  */
 
 #ifndef LIBSOLV_DATAITERATOR_H
@@ -83,12 +83,12 @@ int  datamatcher_checkbasename(Datamatcher *ma, const char *str);
 
 /*
  * Dataiterator
- * 
+ *
  * Iterator like interface to 'search' functionality
- * 
+ *
  * Dataiterator is per-pool, additional filters can be applied
  * to limit the search domain. See dataiterator_init below.
- * 
+ *
  * Use these like:
  *    Dataiterator di;
  *    dataiterator_init(&di, repo->pool, repo, 0, 0, "bla", SEARCH_SUBSTRING);
@@ -151,7 +151,7 @@ typedef struct _Dataiterator
 
 /*
  * Initialize dataiterator
- * 
+ *
  * di:      Pointer to Dataiterator to be initialized
  * pool:    Search domain for the iterator
  * repo:    if non-null, limit search to this repo