mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 08:49:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -59,7 +59,7 @@ cParser::cParser(std::string const &Stream, buffertype const Type, std::string P
|
||||
: allowRandomIncludes(allowRandom), LoadTraction(Loadtraction), mPath(Path)
|
||||
{
|
||||
// store to calculate sub-sequent includes from relative path
|
||||
if (Type == buffertype::buffer_FILE)
|
||||
if (Type == buffer_FILE)
|
||||
{
|
||||
mFile = Stream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user