diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
commit | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (patch) | |
tree | 99a9f789388077bd6b2d51516d45b5d0112e3c9c /src/libstrongswan/asn1/asn1_parser.h | |
parent | 7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (diff) | |
download | strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.bz2 strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.xz |
replaces four spaces by tabs, where appropriate
Diffstat (limited to 'src/libstrongswan/asn1/asn1_parser.h')
-rw-r--r-- | src/libstrongswan/asn1/asn1_parser.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libstrongswan/asn1/asn1_parser.h b/src/libstrongswan/asn1/asn1_parser.h index ee6ec57fd..49325232d 100644 --- a/src/libstrongswan/asn1/asn1_parser.h +++ b/src/libstrongswan/asn1/asn1_parser.h @@ -69,25 +69,25 @@ struct asn1_parser_t { * @return - FALSE if end of object syntax definition was reached * or a parsing error occurred * - TRUE otherwise - */ + */ bool (*iterate)(asn1_parser_t *this, int *objectID, chunk_t *object); /** - * Get the current parsing level + * Get the current parsing level * * @return current level */ u_int (*get_level)(asn1_parser_t *this); /** - * Set the top-most level + * Set the top-most level * * @param level top-most level */ void (*set_top_level)(asn1_parser_t *this, u_int level0); /** - * Set implicit and private flags + * Set implicit and private flags * * @param implicit top-most type of object is implicit * @param private object data is private (use debug level 4) @@ -95,7 +95,7 @@ struct asn1_parser_t { void (*set_flags)(asn1_parser_t *this, bool implicit, bool private); /** - * Show final parsing status + * Show final parsing status * * @return TRUE if parsing was successful, FALSE otherwise */ |