]> Pileus Git - grits/blobdiff - src/gpqueue.h
Reorganize BMNG and SRTM into plugins
[grits] / src / gpqueue.h
index 3cadf1856cc76cee6731407498f04b2a24104279..b938b9c6a0c13fa1db7b970125a79b57bbd9a8f5 100644 (file)
@@ -11,18 +11,18 @@ typedef struct _GPQueueNode GPQueueNode;
 
 /**
  * GPQueue:
- * 
+ *
  * An opaque structure representing a priority queue.
- * 
+ *
  * Since: 2.x
  **/
 typedef struct _GPQueue GPQueue;
 
 /**
  * GPQueueHandle:
- * 
+ *
  * An opaque value representing one entry in a #GPQueue.
- * 
+ *
  * Since: 2.x
  **/
 typedef GPQueueNode* GPQueueHandle;