summaryrefslogtreecommitdiff
path: root/examples/table-sort.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2021-09-01 10:05:36 -0700
committerGreg Ercolano <erco@seriss.com>2021-09-01 10:05:36 -0700
commit9e0f140f0a50688d36928feb51b0719f94c7db53 (patch)
tree5e59c56b011c49c6c5e8bcc7a6320d2f5a4fd6c8 /examples/table-sort.cxx
parent0f57e272a761109de3d7fb1e2137e53f8ed842a2 (diff)
Remove stray tab
Diffstat (limited to 'examples/table-sort.cxx')
-rw-r--r--examples/table-sort.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx
index bb6898290..ec3498c83 100644
--- a/examples/table-sort.cxx
+++ b/examples/table-sort.cxx
@@ -224,7 +224,7 @@ void MyTable::load_command(const char *cmd) {
for ( int line=0; fgets(s, sizeof(s)-1, fp); line++ ) {
#ifdef _WIN32
// WINDOWS
- if ( line < 5 ) continue; // skip DIR's 5 line header
+ if ( line < 5 ) continue; // skip DIR's 5 line header
#else
// UNIX
if ( line==0 && strncmp(s,"total ",6)==0) continue;