aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rfc822parse.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
committerWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /tools/rfc822parse.h
parentLet autogen.sh check the git config (diff)
downloadgnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz
gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
Diffstat (limited to '')
-rw-r--r--tools/rfc822parse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/rfc822parse.h b/tools/rfc822parse.h
index 12699d5e8..8bb5536a1 100644
--- a/tools/rfc822parse.h
+++ b/tools/rfc822parse.h
@@ -6,12 +6,12 @@
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
- *
+ *
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
@@ -22,7 +22,7 @@
struct rfc822parse_context;
typedef struct rfc822parse_context *rfc822parse_t;
-typedef enum
+typedef enum
{
RFC822PARSE_OPEN = 1,
RFC822PARSE_CLOSE,
@@ -37,7 +37,7 @@ typedef enum
RFC822PARSE_BEGIN_HEADER,
RFC822PARSE_PREAMBLE,
RFC822PARSE_EPILOGUE
- }
+ }
rfc822parse_event_t;
struct rfc822parse_field_context;