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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2014-10-30 20:40:12 +0300
committerUnderground78 <underground78@users.sourceforge.net>2014-11-11 23:55:05 +0300
commit0ee7e36c4065f04ecc81cedcee44026a7be31d27 (patch)
tree4a5294b0a6d0a56383aa2668f9b17921d034e11d /src/Subtitles/RealTextParser.cpp
parent49ae08d74baf53b01a80cda39bfaedff17ef83a0 (diff)
AStyle: Increase max-instatement-indent from 40 to 65.
max-instatement-indent=65 covers all the cases we had except one in MpcAudioRenderer.cpp which has been manually adjusted.
Diffstat (limited to 'src/Subtitles/RealTextParser.cpp')
-rw-r--r--src/Subtitles/RealTextParser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Subtitles/RealTextParser.cpp b/src/Subtitles/RealTextParser.cpp
index 880ba3a10..ec01cf5d0 100644
--- a/src/Subtitles/RealTextParser.cpp
+++ b/src/Subtitles/RealTextParser.cpp
@@ -416,10 +416,10 @@ int CRealTextParser::GetTimecode(const std::wstring& p_crszTimecode)
}
std::wstring CRealTextParser::FormatTimecode(int iTimecode,
- int iMillisecondPrecision/* = 3*/,
- bool p_bPadZeroes/* = true*/,
- const std::wstring& p_crszSeparator/* = ":"*/,
- const std::wstring& p_crszMillisecondSeparator/* = "."*/)
+ int iMillisecondPrecision/* = 3*/,
+ bool p_bPadZeroes/* = true*/,
+ const std::wstring& p_crszSeparator/* = ":"*/,
+ const std::wstring& p_crszMillisecondSeparator/* = "."*/)
{
std::wostringstream ossTimecode;