mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// Property.h
|
||||
|
||||
#ifndef __7Z_PROPERTY_H
|
||||
#define __7Z_PROPERTY_H
|
||||
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
struct CProperty
|
||||
{
|
||||
UString Name;
|
||||
UString Value;
|
||||
};
|
||||
|
||||
#endif
|
||||
// Property.h
|
||||
|
||||
#ifndef __7Z_PROPERTY_H
|
||||
#define __7Z_PROPERTY_H
|
||||
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
struct CProperty
|
||||
{
|
||||
UString Name;
|
||||
UString Value;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user