Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/getopt.c

    ra35b458 r1b20da0  
    9999{
    100100        int c;
    101 
     101       
    102102        c = a % b;
    103103        while (c != 0) {
     
    106106                c = a % b;
    107107        }
    108 
     108       
    109109        return b;
    110110}
     
    366366                } else
    367367                        current_argv_len = str_size(current_argv);
    368 
     368           
    369369                for (i = 0; long_options[i].name; i++) {
    370370                        /* find matching long option */
Note: See TracChangeset for help on using the changeset viewer.