]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FileDialog.h
ws cleanup
[lyx.git] / src / frontends / FileDialog.h
index 6b1533be7c34a65c3b7114cf47472bf368177635..38d6e396b0d1eb3e51ba45ec4fd2a49dc0c9c541 100644 (file)
@@ -57,14 +57,14 @@ public:
                   kb_action a = LFUN_SELECT_FILE_SYNC,
                   Button b1 = Button(string(), string()),
                   Button b2 = Button(string(), string()));
-                       
+
 
        ~FileDialog();
 
        /**
         * Choose a file for selection, starting in directory \param
         * path, with the file selection \param mask. The \param mask
-        * string is of the form : 
+        * string is of the form :
         *
         * <regular expression to match> | <description>
         *