space between ||| and {{

This commit is contained in:
Hieu Hoang 2014-08-28 13:20:05 +01:00
parent 1c45d780d4
commit 794b946783

View File

@ -351,7 +351,7 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
}
// arbitrary key-value pairs
fileConsolidated << " |||";
fileConsolidated << " ||| ";
if (itemDirect.size() >= 6) {
//if (sourceLabelsFlag) {
fileConsolidated << propertiesConsolidator.ProcessPropertiesString(itemDirect[5]);