]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-radius.c
whitespace changes
[tcpdump] / print-radius.c
index a1efa44619f4f36fdf75ffebb5c75eadd896113d..089226735f6c123e8264c83faab67b3d921a94b0 100644 (file)
@@ -842,7 +842,7 @@ radius_attrs_print(register const u_char *attr, u_int length)
      if (length < 2)
         goto trunc;
      TCHECK(*rad_attr);
-     
+
      if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
        attr_string = attr_type[rad_attr->type].name;
      else