]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Push latest Andre's changes toward their true direction:
[lyx.git] / src / VCBackend.h
index a32a69800e658b643cc2e8fd3f93052b25f79f0f..598f1328ebb325d848b42d86abaf7060290f3159 100644 (file)
@@ -50,9 +50,7 @@ public:
        /// return the current version description
        virtual std::string const versionString() const = 0;
        /// return the current version
-       std::string const & version() const {
-               return version_;
-       }
+       std::string const & version() const { return version_; }
        /// return the user who has locked the file
        std::string const & locker() const { return locker_; }
        /// set the owning buffer