Skip to content
  • swilmet's avatar
    Have same coding style for logical negation in Vala and C · 845bc426
    swilmet authored
    To make the life easier for contributors (and to myself too). Reduce the
    number of differences between the coding style in Vala and C.
    
    Done with:
    $ sed -i 's/! /!/g' *.vala
    
    I've checked the diff, everything looks fine.
    845bc426