[master] f1b1c2d White space copy&paste fixups

Poul-Henning Kamp phk at FreeBSD.org
Thu Jul 24 10:04:30 CEST 2014


commit f1b1c2d7cc540bad9f63681d3b1a8a590167a4ce
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jul 24 08:01:56 2014 +0000

    White space copy&paste fixups

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index a88a12d..845fbcb 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -573,11 +573,11 @@ VSC_F(bans_lurker_contention,	uint64_t, 0, 'c', diag,
 )
 VSC_F(bans_persisted_bytes,	uint64_t, 0, 'g', diag,
     "Bytes used by the persisted ban lists",
-        "Number of bytes used by the persisted ban lists."
+	"Number of bytes used by the persisted ban lists."
 )
 VSC_F(bans_persisted_fragmentation,	uint64_t, 0, 'g', diag,
     "Extra bytes in persisted ban lists due to fragmentation",
-        "Number of extra bytes accumulated through dropped and"
+	"Number of extra bytes accumulated through dropped and"
 	" completed bans in the persistent ban lists."
 )
 
diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index 45c1aaf..a4f1b27 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -268,8 +268,8 @@ void VSL_ResetError(struct VSL_data *vsl);
 struct VSL_cursor *VSL_CursorVSM(struct VSL_data *vsl, struct VSM_data *vsm,
     unsigned options);
        /*
-        * Set the cursor pointed to by cursor up as a raw cursor in the
-        * log. Cursor points at the current log head.
+	* Set the cursor pointed to by cursor up as a raw cursor in the
+	* log. Cursor points at the current log head.
 	*
 	* Options:
 	*   VSL_COPT_TAIL	Start cursor at log tail
@@ -279,7 +279,7 @@ struct VSL_cursor *VSL_CursorVSM(struct VSL_data *vsl, struct VSM_data *vsm,
 	* Return values:
 	* non-NULL: Pointer to cursor
 	*     NULL: Error, see VSL_Error
-        */
+	*/
 
 struct VSL_cursor *VSL_CursorFile(struct VSL_data *vsl, const char *name,
     unsigned options);
diff --git a/include/vqueue.h b/include/vqueue.h
index 8ffd820..f725f96 100644
--- a/include/vqueue.h
+++ b/include/vqueue.h
@@ -240,7 +240,7 @@ struct {								\
 #define	VSTAILQ_LAST(head, type, field)					\
 	(VSTAILQ_EMPTY((head)) ?					\
 		NULL :							\
-	        ((struct type *)(void *)				\
+		((struct type *)(void *)				\
 		((char *)((head)->vstqh_last) -				\
 		     __offsetof(struct type, field))))
 
diff --git a/include/vtree.h b/include/vtree.h
index cf4e061..d251d62 100644
--- a/include/vtree.h
+++ b/include/vtree.h
@@ -150,7 +150,7 @@ static __inline struct type *						\
 name##_VSPLAY_MIN_MAX(struct name *head, int val)			\
 {									\
 	name##_VSPLAY_MINMAX(head, val);				\
-        return (VSPLAY_ROOT(head));					\
+	return (VSPLAY_ROOT(head));					\
 }
 
 /* Main splay operation.



More information about the varnish-commit mailing list