perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / include / modpriv.h
index 4780e3d..0aef7ff 100644 (file)
@@ -18,7 +18,7 @@ typedef struct module_list_t {
 
 /*
  *     Per-instance data structure, to correlate the modules
- *     with the instance names (may NOT be the module names!), 
+ *     with the instance names (may NOT be the module names!),
  *     and the per-instance data structures.
  */
 typedef struct module_instance_t {