FLTK logo

[master] 9e0f140 - Remove stray tab

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 9e0f140 - Remove stray tab "Greg Ercolano" Sep 01, 2021  
 
commit 9e0f140f0a50688d36928feb51b0719f94c7db53
Author:     Greg Ercolano <erco@seriss.com>
AuthorDate: Wed Sep 1 10:05:36 2021 -0700
Commit:     Greg Ercolano <erco@seriss.com>
CommitDate: Wed Sep 1 10:05:36 2021 -0700

    Remove stray tab

 examples/table-sort.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git examples/table-sort.cxx examples/table-sort.cxx
index bb68982..ec3498c 100644
--- examples/table-sort.cxx
+++ 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;
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.