summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object.h b/src/object.h
index 70cbe999..303e46d3 100644
--- a/src/object.h
+++ b/src/object.h
@@ -48,11 +48,11 @@ public:
protected:
friend class ::write_subtitle_test;
-
+
/** ID */
std::string _id;
};
-
+
}
#endif