]> git.lyx.org Git - lyx.git/blobdiff - src/support/environment.h
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / environment.h
index d312bffe632afe26d3565c824d738cbe05642fb5..296ebc15fbd09d7dfb3416a7755296d4bc9ab51f 100644 (file)
@@ -28,7 +28,7 @@ std::string const getEnv(std::string const & envname);
  *  guarantee that it is in the form of a unix-style path.
  *  If the environment variable is not set, then the function returns
  *  an empty vector.
- */
+ */
 std::vector<std::string> const getEnvPath(std::string const & name);
 
 /** Set the contents of the environment variable @c name to @c value.