Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 30, 2015
1 parent d3151d2 commit 7e43219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ extern "C" {
* @see vp_tmpl_t
*/
typedef struct value_pair_map {
vp_tmpl_t *lhs; //!< Typically describes the attribute
vp_tmpl_t *lhs; //!< Typically describes the attribute
//!< to add or modify.
vp_tmpl_t *rhs; //!< Typically describes a value or a
vp_tmpl_t *rhs; //!< Typically describes a value or a
//!< src attribute to copy.

FR_TOKEN op; //!< The operator that controls
Expand Down

0 comments on commit 7e43219

Please sign in to comment.