diff options
author | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
commit | 0ec42518524159380ffbd19d29dec5b6e65a153c (patch) | |
tree | 52d9fcbc7ce1ccd1969bc21cd41d40aae2b4da39 /test/trie.cc | |
parent | b8e30204a84d25b011b8a86dad18915c10accc2b (diff) |
trim some spaces
Diffstat (limited to 'test/trie.cc')
-rw-r--r-- | test/trie.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trie.cc b/test/trie.cc index 943b8045..628daabf 100644 --- a/test/trie.cc +++ b/test/trie.cc @@ -4,7 +4,7 @@ int main (int argc, char *argv[]) { dw::fltk::FltkPlatform p; - + if (argc < 2) { fprintf(stderr, "Usage: trie <pattern file>\n"); exit (1); |