commit 63e982191eaf3c169b074eb3054a2f6f64ad6f42
Author: Stephan Witt <[email protected]>
Date: Sat Feb 20 06:39:32 2016 +0100
correct whitespace
diff --git a/src/VCBackend.h b/src/VCBackend.h
index 042d26e..467a094 100644
--- a/src/VCBackend.h
+++ b/src/VCBackend.h
@@ -49,7 +49,7 @@ public:
/// copy a file. Return non-empty log on success, empty log on failure.
virtual std::string copy(support::FileName const &, std::string const
&) = 0;
/// check in the current revision.
- /// \p log is non-empty on success and may be empty on failure.
+ /// \p log is non-empty on success and may be empty on failure.
virtual LyXVC::CommandResult
checkIn(std::string const & msg, std::string & log) = 0;
/// can this operation be processed in the current VCS?