Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Common/PropIDUtils.cpp')
-rwxr-xr-xCPP/7zip/UI/Common/PropIDUtils.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/CPP/7zip/UI/Common/PropIDUtils.cpp b/CPP/7zip/UI/Common/PropIDUtils.cpp
index 8869e565..76596883 100755
--- a/CPP/7zip/UI/Common/PropIDUtils.cpp
+++ b/CPP/7zip/UI/Common/PropIDUtils.cpp
@@ -32,8 +32,7 @@ static void ConvertUInt32ToHex(UInt32 value, wchar_t *s)
s[8] = L'\0';
}
-UString ConvertPropertyToString(const PROPVARIANT &propVariant,
- PROPID propID, bool full)
+UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full)
{
switch(propID)
{