diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/MirOTR/Libgcrypt/custom | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/custom')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/custom/config.h | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/custom/sys/file.h | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/custom/sys/time.h | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/custom/unistd.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/Libgcrypt/custom/config.h b/plugins/MirOTR/Libgcrypt/custom/config.h index c8301c0e3d..5263060745 100644 --- a/plugins/MirOTR/Libgcrypt/custom/config.h +++ b/plugins/MirOTR/Libgcrypt/custom/config.h @@ -1,4 +1,4 @@ -/* config.h. Generated from config.h.in by configure. */ +/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/file.h b/plugins/MirOTR/Libgcrypt/custom/sys/file.h index 93e8de9892..cd304557e7 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/file.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/file.h @@ -1 +1 @@ -#include <fcntl.h> +#include <fcntl.h> diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/time.h b/plugins/MirOTR/Libgcrypt/custom/sys/time.h index 4161e36c4e..23b0737125 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/time.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/time.h @@ -1 +1 @@ -#include <time.h>
+#include <time.h>
diff --git a/plugins/MirOTR/Libgcrypt/custom/unistd.h b/plugins/MirOTR/Libgcrypt/custom/unistd.h index 5d0c352a00..34ecb918d1 100644 --- a/plugins/MirOTR/Libgcrypt/custom/unistd.h +++ b/plugins/MirOTR/Libgcrypt/custom/unistd.h @@ -1,4 +1,4 @@ -#ifndef NG_UNISTD_H +#ifndef NG_UNISTD_H #define NG_UNISTD_H #include <basetsd.h> #include <stddef.h> |