URI:
       tRemove extra whitespace - filmtools - various tools for photographic film development and darkroom printing
  HTML git clone git://src.adamsgaard.dk/filmtools
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit f9489a52dd0a28d71e88aed7f51d8d14b2911001
   DIR parent c8dd9b0bf1a070796343b7c4f0336be30609ee9f
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 12 Jan 2020 14:03:22 +0100
       
       Remove extra whitespace
       
       Diffstat:
         M timeadj.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/timeadj.c b/timeadj.c
       t@@ -37,7 +37,7 @@ main(int argc, char** argv)
        
                printf("%d:%02d\n",
                       (int)(sec_equiv*factor/60.0),
       -               (int)(sec_equiv*factor) % 60);
       +               (int)(sec_equiv*factor)%60);
        
                return 0;
        }