From 3f0ff82397288f0216fdd367d778a7757cc9355c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 17 Jul 2007 18:56:42 +0200 Subject: reindent using vim --- src/PSEditor.H | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'src/PSEditor.H') diff --git a/src/PSEditor.H b/src/PSEditor.H index abcf3a3..ece78a8 100644 --- a/src/PSEditor.H +++ b/src/PSEditor.H @@ -10,27 +10,25 @@ #include "PSEditWidget.H" class PSEditor : public PSEditWidget { - private: - int tmp_fd; + private: + int tmp_fd; - int ps_level; + int ps_level; - int handle(int event); + int handle(int event); -public: - PSEditor(int X,int Y,int W, int H); + public: + PSEditor(int X,int Y,int W, int H); - int open_file(FILE *fp); + int open_file(FILE *fp); - int open_file(const char *f); + int open_file(const char *f); - int save(FILE *fp); + int save(FILE *fp); - int save(const char* savefile); + int save(const char* savefile); - int import(char *f); + int import(char *f); }; - - #endif -- cgit v1.2.3