From 03b73847d00b46e5decda6f548b0c3ddf175cc76 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Wed, 1 Oct 2014 18:20:41 +0200 Subject: Remove non ASCII char in tree representation Some comments representing a file tree were using non ASCII characters. They are not readable on many editors leading to incoherent display. Replace them by plain ASCII characters. Signed-off-by: Kevin Rocard --- parameter/ParameterMgr.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'parameter') diff --git a/parameter/ParameterMgr.cpp b/parameter/ParameterMgr.cpp index 32082b3..7cb1042 100644 --- a/parameter/ParameterMgr.cpp +++ b/parameter/ParameterMgr.cpp @@ -99,17 +99,17 @@ const char* gacSystemSchemasSubFolder = "Schemas"; // Config File System looks normally like this: // --------------------------------------------- -//├── .xml -//├── Schemas -//│ └── *.xsd -//├── Settings -//│ └── * -//│ ├── .xml -//│ └── .bin? -//└── Structure -// └── * -// ├── Class.xml -// └── .xml* +//|-- .xml +//|-- Schemas +//| `-- *.xsd +//|-- Settings +//| `-- * +//| |-- .xml +//| `-- .bin? +//`-- Structure +// `-- * +// |-- Class.xml +// `-- .xml* // -------------------------------------------- -- cgit v1.1