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 21, 2016
  3. Mar 09, 2016
  4. Jul 13, 2015
  5. Nov 12, 2012
  6. Apr 28, 2012
  7. Dec 27, 2008
  8. Jan 05, 2008
  9. Nov 22, 2007
  10. Jul 13, 2007
  11. Sep 18, 2006
  12. Aug 31, 2006
  13. Aug 07, 2006
  14. Aug 02, 2006
  15. Jul 31, 2006
  16. Jul 18, 2006
  17. Jun 28, 2006
  18. Jul 01, 2005
  19. Jun 30, 2005
  20. May 09, 2005
  21. May 07, 2005
  22. Apr 24, 2005
  23. Apr 22, 2005
  24. Apr 16, 2005
  25. Mar 19, 2005
  26. Jan 20, 2005
  27. Jan 18, 2005
  28. Jan 13, 2005
  29. Dec 30, 2004
  30. Dec 23, 2004