Skip to content

Commit

Permalink
WT-2352: Allow build and test without requiring lz4
Browse files Browse the repository at this point in the history
Whitespace.
  • Loading branch information
keithbostic committed Jan 29, 2016
1 parent 3ca51b2 commit 4d1e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/format/config.c
Expand Up @@ -277,7 +277,7 @@ config_compression(const char *conf_name)
break;
#endif
case 17: case 18: case 19: case 20: /* 20% no compression */
default:
default:
cstr = "none";
break;
}
Expand Down

0 comments on commit 4d1e9e4

Please sign in to comment.