From: Arran Cudbard-Bell Date: Tue, 23 Jan 2018 03:32:50 +0000 (-0700) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f611db346a86ea050de0784fc71e5897b453d14;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/include/xlat.h b/src/include/xlat.h index 7198f165442..77c3bb8a9aa 100644 --- a/src/include/xlat.h +++ b/src/include/xlat.h @@ -34,10 +34,10 @@ extern "C" { typedef struct xlat_exp xlat_exp_t; typedef enum { - XLAT_ACTION_PUSH_CHILD = 1, //!< A deeper level of nesting needs to be evaluated. - XLAT_ACTION_YIELD, //!< An xlat function pushed a resume frame onto the stack. - XLAT_ACTION_DONE, //!< We're done evaluating this level of nesting. - XLAT_ACTION_FAIL //!< An xlat function failed. + XLAT_ACTION_PUSH_CHILD = 1, //!< A deeper level of nesting needs to be evaluated. + XLAT_ACTION_YIELD, //!< An xlat function pushed a resume frame onto the stack. + XLAT_ACTION_DONE, //!< We're done evaluating this level of nesting. + XLAT_ACTION_FAIL //!< An xlat function failed. } xlat_action_t; /** Instance data for an xlat expansion node