]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ButtonPolicy.h
Some improvements to the graphics dialog
[lyx.git] / src / frontends / qt4 / ButtonPolicy.h
index 87742551772ccf0a089bf1d7aad8c2b2d16c64d9..298ec436290419a9c6265015676588b58d782a98 100644 (file)
@@ -66,7 +66,7 @@ class ButtonPolicy
 public:
 
        // The various poicies
-       enum Policy { 
+       enum Policy {
                /** Ok and Cancel buttons for dialogs with read-only operation.
                        Note: This scheme supports the relabelling of Cancel to Close and
                        vice versa.
@@ -273,7 +273,7 @@ private:
        /// noncopyable
        ButtonPolicy(ButtonPolicy const &);
        void operator=(ButtonPolicy const &);
-       
+
        /// pimpl
        class Private;
        Private * d;