Remove UTF-8 BOM

This commit is contained in:
Janek Bevendorff 2017-03-10 15:56:24 +01:00
parent cb51ec61f7
commit 4c0e2af6e3
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/**********************************************************************************
/**********************************************************************************
* C implementation of the zxcvbn password strength estimation method.
* Copyright (c) 2015, Tony Evans
* All rights reserved.

View File

@ -1,4 +1,4 @@
#ifndef ZXCVBN_H_F98183CE2A01_INCLUDED
#ifndef ZXCVBN_H_F98183CE2A01_INCLUDED
#define ZXCVBN_H_F98183CE2A01_INCLUDED
/**********************************************************************************
* C implementation of the zxcvbn password strength estimation method.