From: Arran Cudbard-Bell Date: Sat, 18 Jul 2020 18:07:54 +0000 (-0400) Subject: sbuff: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb5949852fa403a24668583bc75632b24fb73fe;p=thirdparty%2Ffreeradius-server.git sbuff: Formatting --- diff --git a/src/lib/util/sbuff.h b/src/lib/util/sbuff.h index eca730756a1..ad308a2bc00 100644 --- a/src/lib/util/sbuff.h +++ b/src/lib/util/sbuff.h @@ -42,8 +42,8 @@ extern "C" { typedef struct fr_sbuff_ptr_s fr_sbuff_marker_t; struct fr_sbuff_ptr_s { - char **ptr; //!< Position we're tracking. - fr_sbuff_marker_t *next; //!< Next m in the list. + char **ptr; //!< Position we're tracking. + fr_sbuff_marker_t *next; //!< Next m in the list. }; typedef struct fr_sbuff_s fr_sbuff_t; @@ -63,14 +63,14 @@ struct fr_sbuff_s { char *p; //!< Mutable position pointer. }; - uint8_t is_const:1; //!< Can't be modified. - uint8_t is_extendable:1; //!< Dynamically allocated talloc buffer. - uint8_t adv_parent:1; //!< If true, advance the parent. + uint8_t is_const:1; //!< Can't be modified. + uint8_t is_extendable:1; //!< Dynamically allocated talloc buffer. + uint8_t adv_parent:1; //!< If true, advance the parent. - fr_sbuff_t *parent; //!< sbuff this sbuff was copied from. + fr_sbuff_t *parent; //!< sbuff this sbuff was copied from. - fr_sbuff_marker_t *m; //!< Pointers to update if the underlying - ///< buffer changes. + fr_sbuff_marker_t *m; //!< Pointers to update if the underlying + ///< buffer changes. }; typedef enum {