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>
This commit is contained in:
@@ -98,7 +98,8 @@ STACK_OF(type) \
|
||||
_STACK stack; \
|
||||
};
|
||||
|
||||
#define IMPLEMENT_STACK_OF(type) /* nada (obsolete in new safestack approach)*/
|
||||
/* nada (obsolete in new safestack approach)*/
|
||||
#define IMPLEMENT_STACK_OF(type)
|
||||
|
||||
|
||||
/*-
|
||||
|
Reference in New Issue
Block a user