[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. e9a5a6997d9dd8b31b433b5bcbad495448db0131

Sven Nierlein sven at nierlein.de
Thu Apr 7 08:06:55 UTC 2011


The following commit has been merged in the upstream branch:
commit aa452ecb127673a5cc4cc4146254bab5edfdc5ee
Author: Sven Nierlein <sven at nierlein.de>
Date:   Thu Mar 17 10:20:33 2011 +0100

    fixed "warning: no newline at end of file"

diff --git a/include/check_gearman.h b/include/check_gearman.h
index 7cd63ed..a7650ee 100644
--- a/include/check_gearman.h
+++ b/include/check_gearman.h
@@ -104,4 +104,5 @@ int check_worker(char * queue, char * send, char * expect);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/gearman_utils.h b/include/gearman_utils.h
index f575e6c..8661ed5 100644
--- a/include/gearman_utils.h
+++ b/include/gearman_utils.h
@@ -105,4 +105,5 @@ int struct_cmp_by_queue(const void *a, const void *b);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/result_thread.h b/include/result_thread.h
index 3d57f29..8d06a3a 100644
--- a/include/result_thread.h
+++ b/include/result_thread.h
@@ -41,4 +41,5 @@ void write_debug_file(char ** text);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/rijndael.h b/include/rijndael.h
index 0fff0fb..8077aa7 100644
--- a/include/rijndael.h
+++ b/include/rijndael.h
@@ -22,4 +22,5 @@ void rijndaelDecrypt(const unsigned long *rk, int nrounds, const unsigned char c
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/send_gearman.h b/include/send_gearman.h
index f2d1ee0..fdfbcab 100644
--- a/include/send_gearman.h
+++ b/include/send_gearman.h
@@ -114,4 +114,5 @@ void alarm_sighandler(int sig);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/send_multi.h b/include/send_multi.h
index ade0379..6e40a7c 100644
--- a/include/send_multi.h
+++ b/include/send_multi.h
@@ -154,4 +154,5 @@ char *decode_xml(char * xml);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/utils.h b/include/utils.h
index d70e9d0..a3687d7 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -434,4 +434,5 @@ char * eventtype2str(int i);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/worker.h b/include/worker.h
index b2aa499..02cfb0c 100644
--- a/include/worker.h
+++ b/include/worker.h
@@ -192,4 +192,5 @@ void count_current_worker(void);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+
diff --git a/include/worker_client.h b/include/worker_client.h
index 9c94a4b..c042c8f 100644
--- a/include/worker_client.h
+++ b/include/worker_client.h
@@ -61,4 +61,5 @@ void write_debug_file(char ** text);
 
 /**
  * @}
- */
\ No newline at end of file
+ */
+

-- 
Debian packaging for mod gearman.



More information about the Pkg-nagios-changes mailing list