[master] bf16286 White space fixes

Poul-Henning Kamp phk at varnish-cache.org
Mon Nov 19 14:13:15 CET 2012


commit bf16286cc0a03ba9819d9a3f17bf7989f826be1b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Nov 19 13:13:06 2012 +0000

    White space fixes

diff --git a/bin/varnishd/mgt/mgt_sandbox_solaris.c b/bin/varnishd/mgt/mgt_sandbox_solaris.c
index eaeab8a..c3dc8a5 100644
--- a/bin/varnishd/mgt/mgt_sandbox_solaris.c
+++ b/bin/varnishd/mgt/mgt_sandbox_solaris.c
@@ -134,7 +134,7 @@ setppriv_check(int a) {
  * - net_config
  *
  * PSARC/2007/315?  3047ad28a67b   onnv_77
- * - file_flag_set  
+ * - file_flag_set
  *
  * PSARC/2007/560?  3047ad28a67b   onnv_77
  * - sys_smb
@@ -159,8 +159,8 @@ setppriv_check(int a) {
  * - sys_iptun_config
  *
  * PSARC/2008/252   e209937a4f19   onnv_128
- * - net_mac_implicit 
- * 
+ * - net_mac_implicit
+ *
  * PSARC/2009/685   8eca52188202   onnv_132
  * * net_access
  *
@@ -177,7 +177,7 @@ setppriv_check(int a) {
  *
  *
  * SOLARIS PRIVILEGES: Note on introtiction of new privileges (forward
- * 		       compatibility)
+ *		       compatibility)
  *
  * For optimal build and binary forward comatibility, we could use subtractive
  * set specs like
diff --git a/bin/varnishtop/vtree.h b/bin/varnishtop/vtree.h
index 3b57f20..7692d12 100644
--- a/bin/varnishtop/vtree.h
+++ b/bin/varnishtop/vtree.h
@@ -86,7 +86,7 @@ struct {								\
 	VSPLAY_RIGHT(tmp, field) = (head)->sph_root;			\
 	(head)->sph_root = tmp;						\
 } while (/*CONSTCOND*/ 0)
-	
+
 #define VSPLAY_ROTATE_LEFT(head, tmp, field) do {			\
 	VSPLAY_RIGHT((head)->sph_root, field) = VSPLAY_LEFT(tmp, field);	\
 	VSPLAY_LEFT(tmp, field) = (head)->sph_root;			\



More information about the varnish-commit mailing list