From 39a82a5d458fe86f735c14959c97b1c7aa2a5a7d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 21 Jun 2013 09:08:47 -0400
Subject: [PATCH] CS fixes

---
 program/js/app.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 41be99c..e654a14 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2135,12 +2135,12 @@
 
   this.clear_message_list = function()
   {
-      this.env.messages = {};
-      this.last_selected = 0;
+    this.env.messages = {};
+    this.last_selected = 0;
 
-      this.show_contentframe(false);
-      if (this.message_list)
-        this.message_list.clear(true);
+    this.show_contentframe(false);
+    if (this.message_list)
+      this.message_list.clear(true);
   };
 
   // send remote request to load message list

--
Gitblit v1.9.1