From 477fd326bd19cf92c6c7fac19d5cb3a22f6d6916 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 4 Oct 2009 13:22:13 +0000 Subject: [PATCH] - Removed dos newlines --- include/polarssl/camellia.h | 10 +++++----- include/polarssl/xtea.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index 2037e73bc..be8a42b32 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -20,12 +20,12 @@ */ #ifndef POLARSSL_CAMELLIA_H #define POLARSSL_CAMELLIA_H - -#ifdef _MSC_VER -#include -typedef UINT32 uint32_t; + +#ifdef _MSC_VER +#include +typedef UINT32 uint32_t; #else -#include +#include #endif #define CAMELLIA_ENCRYPT 1 diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 1e1f4dc66..9d3dadd8f 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -21,11 +21,11 @@ #ifndef POLARSSL_XTEA_H #define POLARSSL_XTEA_H -#ifdef _MSC_VER -#include -typedef UINT32 uint32_t; -#else -#include +#ifdef _MSC_VER +#include +typedef UINT32 uint32_t; +#else +#include #endif #define XTEA_ENCRYPT 1