]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/waitq.h
Fix header file includes.
[bacula/bacula] / bacula / src / lib / waitq.h
index 0691f455df64993b250fced6348a2d107c08132c..ec0c8d85607a37b420506ce1020f0a614c9c5159 100644 (file)
 
  */
 
-#ifndef __WAITQ_H 
+#ifndef __WAITQ_H
 #define __WAITQ_H 1
 
-/* 
+/*
  * Structure to keep track of wait queue request
  */
 typedef struct waitq_ele_tag {
@@ -43,7 +43,7 @@ typedef struct waitq_ele_tag {
    void            *msg;             /* message to be passed */
 } waitq_ele_t;
 
-/* 
+/*
  * Structure describing a wait queue
  */
 typedef struct workq_tag {