aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/SettingsActivity.java
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-23 13:38:50 +0000
committerKenny Root <kenny@the-b.org>2009-01-23 13:38:50 +0000
commitaed1876f36b34ee62e1537d42fcb339c6baa05b0 (patch)
tree7dba778a44d6d26201b24552854089e640235e33 /src/org/connectbot/SettingsActivity.java
parentf4ade61e9ff1e80918509544e2bdf3a26bca5edc (diff)
downloadconnectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.tar.gz
connectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.tar.bz2
connectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.zip
Indentation cleanup, pass 1
* Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
Diffstat (limited to 'src/org/connectbot/SettingsActivity.java')
-rw-r--r--src/org/connectbot/SettingsActivity.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/connectbot/SettingsActivity.java b/src/org/connectbot/SettingsActivity.java
index 8c31c5b..422e1df 100644
--- a/src/org/connectbot/SettingsActivity.java
+++ b/src/org/connectbot/SettingsActivity.java
@@ -1,17 +1,17 @@
/*
ConnectBot: simple, powerful, open-source SSH client for Android
Copyright (C) 2007-2008 Kenny Root, Jeffrey Sharkey
-
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/