commit | dbd87ffc210328eb8670c24a427318172c1e334d | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Jan 21 11:09:58 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Jan 22 09:20:08 2015 +0000 |
tree | 6175be66604e4bc349d37a6832e4547b9079410c | |
parent | 0107079e5f40bd53c7ab7c3eb66aedee075a88bf [diff] |
indent has problems with comments that are on the right hand side of a line. Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson <tjh@openssl.org>