mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Remove UTF-8 BOM
This commit is contained in:
parent
cb51ec61f7
commit
4c0e2af6e3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/**********************************************************************************
|
/**********************************************************************************
|
||||||
* C implementation of the zxcvbn password strength estimation method.
|
* C implementation of the zxcvbn password strength estimation method.
|
||||||
* Copyright (c) 2015, Tony Evans
|
* Copyright (c) 2015, Tony Evans
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef ZXCVBN_H_F98183CE2A01_INCLUDED
|
#ifndef ZXCVBN_H_F98183CE2A01_INCLUDED
|
||||||
#define ZXCVBN_H_F98183CE2A01_INCLUDED
|
#define ZXCVBN_H_F98183CE2A01_INCLUDED
|
||||||
/**********************************************************************************
|
/**********************************************************************************
|
||||||
* C implementation of the zxcvbn password strength estimation method.
|
* C implementation of the zxcvbn password strength estimation method.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue