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