Remove tailing spaces and TODO file
[src/app-framework-binder.git] / src / genskel / json2c.c
index cb541bf..109b6ee 100644 (file)
@@ -34,7 +34,7 @@
  *      "b": "int"
  *    }
  *  }
- * 
+ *
  * Invocation:   program  [file|-]...
  *
  * without arguments, it reads the input.
@@ -167,7 +167,7 @@ int main(int ac, char **av)
                process("-");
        else {
                do { process(*av); } while(*++av);
-       }       
+       }
        return 0;
 }