]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Jun 2017 19:16:08 +0000 (15:16 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Jun 2017 19:16:17 +0000 (15:16 -0400)
src/main/conf_file.c

index a4bc2752e814c1d137e2083281640f3e916c6c04..f8ee88fd0ce628bebfe20b1c0727859c943bb5fa 100644 (file)
@@ -2036,14 +2036,14 @@ static int cf_pair_default(CONF_PAIR **out, CONF_SECTION *cs, char const *name,
  *      result in the dflt value being used.
  *
  * **fr_type_t to data type mappings**
- * | fr_type_t                 | Data type          | Dynamically allocated  |
+ * | fr_type_t               | Data type          | Dynamically allocated  |
  * | ----------------------- | ------------------ | ---------------------- |
  * | FR_TYPE_TMPL            | ``vp_tmpl_t``      | Yes                    |
- * | FR_TYPE_BOOL         | ``bool``           | No                     |
- * | FR_TYPE_UINT32         | ``uint32_t``       | No                     |
- * | FR_TYPE_UINT16           | ``uint16_t``       | No                     |
- * | FR_TYPE_UINT64       | ``uint64_t``       | No                     |
- * | FR_TYPE_INT32          | ``int32_t``        | No                     |
+ * | FR_TYPE_BOOL            | ``bool``           | No                     |
+ * | FR_TYPE_UINT32          | ``uint32_t``       | No                     |
+ * | FR_TYPE_UINT16          | ``uint16_t``       | No                     |
+ * | FR_TYPE_UINT64          | ``uint64_t``       | No                     |
+ * | FR_TYPE_INT32           | ``int32_t``        | No                     |
  * | FR_TYPE_STRING          | ``char const *``   | Yes                    |
  * | FR_TYPE_IPV4_ADDR       | ``fr_ipaddr_t``    | No                     |
  * | FR_TYPE_IPV4_PREFIX     | ``fr_ipaddr_t``    | No                     |