]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/drivers/mux_console.cpp
update
[l4.git] / kernel / fiasco / src / drivers / mux_console.cpp
index 6ea475844f8d84d5dedb7f99b53b0fbb98fc3fe0..5a0d44438ed1860d9e584c292e411f934894ee79 100644 (file)
@@ -14,12 +14,12 @@ class Mux_console : public Console
 public:
 
   enum
-    { 
-      SIZE = 8  ///< The maximum number of consoles to be multiplexed.
-    };
+  {
+    SIZE = 8  ///< The maximum number of consoles to be multiplexed.
+  };
 
-  int  write( char const *str, size_t len );
-  int  getchar( bool blocking = true );
+  int  write(char const *str, size_t len);
+  int  getchar(bool blocking = true);
   int  char_avail() const;
 
 private: