diff gui/src/octave-adapter/octave-event.h @ 15045:1ffaad442161 gui

Source code formatting (80-column lines, mostly whitespace changes)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 28 Jul 2012 21:53:45 -0400
parents 422b0b2ce5f8
children 6889217b9d78
line wrap: on
line diff
--- a/gui/src/octave-adapter/octave-event.h	Sat Jul 28 21:02:28 2012 -0400
+++ b/gui/src/octave-adapter/octave-event.h	Sat Jul 28 21:53:45 2012 -0400
@@ -53,9 +53,10 @@
     virtual ~octave_event ()
     { }
 
-    /** Performs what is necessary to make this event happen.
-      * This code is thread-safe since it will be executed in the octave thread.
-      * However, you should take care to keep this code as short as possible. */
+    /** Performs what is necessary to make this event happen. This
+      * code is thread-safe since it will be executed in the octave
+      * thread. However, you should take care to keep this code as
+      * short as possible. */
     virtual bool perform () = 0;
 
     /**