Commit 2c1aaa3d authored by Nils Goroll's avatar Nils Goroll

tabify and cleanup whitespace

parent fc5df947
......@@ -852,7 +852,6 @@ sub process_entry($) {
}
map { fixup_entry($_); } @entries;
@entries = sort { $a->[ENTRY_ORDER] <=> $b->[ENTRY_ORDER] }
grep { $_->[ENTRY_ACTIVE] } @entries;
......@@ -1344,6 +1343,7 @@ _VCL (F_TYPE_C, VCL_TOP, <<'EOF');
#include "dcs_classifier.h"
#include "dcs_type.h"
#define check_type_id(type_id, ret) \
do { \
if ((type_id < 0) || (type_id > (DCS_TYPE_COUNT - 1))) { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment