]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Sep 2020 17:32:04 +0000 (12:32 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Sep 2020 17:32:04 +0000 (12:32 -0500)
src/lib/server/tmpl.h

index 26d186db0fed556432f0f2d3b9405e58c1a6db1d..adfce4a888ec7b787d546b1da5be355333ba12c3 100644 (file)
@@ -337,17 +337,17 @@ typedef struct {
 
        union {
                struct {
-                       fr_dict_attr_t          * _CONST da;            //!< Unknown dictionary attribute.
+                       fr_dict_attr_t  * _CONST da;            //!< Unknown dictionary attribute.
                } unknown;
 
                struct {
-                       char                    * _CONST name;          //!< Undefined  ref type.
-                       bool                    is_raw;                 //!< User wants the leaf to be raw.
+                       char            * _CONST name;          //!< Undefined reference type.
+                       bool            _CONST is_raw;          //!< User wants the leaf to be raw.
                } unresolved;
        };
 
        int16_t                 _CONST num;             //!< For array references.
-       tmpl_attr_type_t        _CONST type;
+       tmpl_attr_type_t        _CONST type;            //!< Type of attribute reference.
 } tmpl_attr_t;
 
 /** An element in a list of request references
@@ -355,7 +355,7 @@ typedef struct {
  */
 typedef struct {
        fr_dlist_t              _CONST entry;           //!< Entry in the doubly linked list
-                                                       ///< of requestreferences.
+                                                       ///< of request references.
 
        request_ref_t           _CONST request;
 } tmpl_request_t;