Reformat ALL the source!
[quassel.git] / src / core / corebufferviewconfig.cpp
index ab0f308..80576bb 100644 (file)
 
 INIT_SYNCABLE_OBJECT(CoreBufferViewConfig)
 CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, QObject *parent)
-  : BufferViewConfig(bufferViewId, parent)
+    : BufferViewConfig(bufferViewId, parent)
 {
-  setAllowClientUpdates(true);
+    setAllowClientUpdates(true);
 }
 
+
 CoreBufferViewConfig::CoreBufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent)
-  : BufferViewConfig(bufferViewId, properties, parent)
+    : BufferViewConfig(bufferViewId, properties, parent)
 {
-  setAllowClientUpdates(true);
+    setAllowClientUpdates(true);
 }