]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 15 May 2015 00:40:33 +0000 (20:40 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 15 May 2015 03:32:13 +0000 (23:32 -0400)
src/include/libradius.h

index 804b1d0db917b7f6360f47c5e938dff22f7ccb9a..e28c9c7d4765659471ec73aca6315e28fa32874b 100644 (file)
@@ -611,7 +611,7 @@ void                pairreplace(VALUE_PAIR **first, VALUE_PAIR *add);
 int            paircmp(VALUE_PAIR *a, VALUE_PAIR *b);
 int            pairlistcmp(VALUE_PAIR *a, VALUE_PAIR *b);
 
-typedef int8_t (*fr_cmp_t)(void const *a, void const *b);
+typedef                int8_t (*fr_cmp_t)(void const *a, void const *b);
 int8_t         attrcmp(void const *a, void const *b);
 int8_t         attrtagcmp(void const *a, void const *b);
 void           pairsort(VALUE_PAIR **vps, fr_cmp_t cmp);