Skip to content
  1. Oct 10, 2016
    • David Benjamin's avatar
      Remove trailing whitespace from some files. · 609b0852
      David Benjamin authored
      
      
      The prevailing style seems to not have trailing whitespace, but a few
      lines do. This is mostly in the perlasm files, but a few C files got
      them after the reformat. This is the result of:
      
        find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
      
      Then bn_prime.h was excluded since this is a generated file.
      
      Note mkerr.pl has some changes in a heredoc for some help output, but
      other lines there lack trailing whitespace too.
      
      Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      609b0852
  2. May 29, 2016
  3. May 21, 2016
  4. Aug 30, 2014
  5. Apr 24, 2014
  6. Oct 12, 2013
  7. Oct 03, 2013
  8. Jan 22, 2013
  9. Jun 27, 2012
  10. Mar 16, 2012
  11. Nov 16, 2011
  12. Nov 13, 2011
  13. Nov 10, 2011
  14. Oct 30, 2011
  15. Oct 29, 2011
  16. Oct 18, 2011
  17. Sep 27, 2011
  18. Sep 25, 2011