summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToTex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToTex.h')
-rw-r--r--src/uscxml/transform/ChartToTex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/uscxml/transform/ChartToTex.h b/src/uscxml/transform/ChartToTex.h
index b7542f4..037b55c 100644
--- a/src/uscxml/transform/ChartToTex.h
+++ b/src/uscxml/transform/ChartToTex.h
@@ -39,18 +39,18 @@ public:
virtual ~ChartToTex();
static Transformer transform(const Interpreter& other);
-
+
void writeTo(std::ostream& stream);
-
+
protected:
ChartToTex(const Interpreter& other)
- : TransformerImpl(),
- ChartToFSM(other) {}
+ : TransformerImpl(),
+ ChartToFSM(other) {}
void writeTex(std::ostream& stream);
std::map<unsigned long, GlobalState*> _indexToState;
-
+
private:
static std::string stateListToTex(const std::string& input, bool isEmpty);
static std::string texEscape(const std::string& input);