summaryrefslogtreecommitdiff
path: root/dselect/method.h
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-11-01 08:18:28 +0100
committerGuillem Jover <guillem@debian.org>2010-11-19 05:21:14 +0100
commitc6ea15b9850f26ea3b5a13667396c89e00aa9890 (patch)
tree9da3c56846f1e9f0e75d3ac619713c6467af472a /dselect/method.h
parent7ee4f4f2ef5ca3d9fa1426ac93f78ead2280bc36 (diff)
downloaddpkg-c6ea15b9850f26ea3b5a13667396c89e00aa9890.tar.gz
Cleanup white spaces
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
Diffstat (limited to 'dselect/method.h')
-rw-r--r--dselect/method.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dselect/method.h b/dselect/method.h
index 6c6b895b9..a963780b5 100644
--- a/dselect/method.h
+++ b/dselect/method.h
@@ -59,10 +59,10 @@ protected:
// Misc.
char searchstring[50];
-
+
// Information displays
void itd_description();
-
+
// Define these virtuals
void redraw1itemsel(int index, int selected);
void redrawcolheads();
@@ -78,7 +78,7 @@ protected:
// Keybinding functions */
void kd_quit();
void kd_abort();
-
+
methodlist();
quitaction display();
~methodlist();