]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 Jan 2018 03:32:50 +0000 (20:32 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 Jan 2018 03:56:05 +0000 (20:56 -0700)
src/include/xlat.h

index 7198f165442e748e762f148abe1b78da191a04b9..77c3bb8a9aacdeacf44de22e3b3c7706a29f7002 100644 (file)
@@ -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