summaryrefslogtreecommitdiff
path: root/src/prettytable.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:13:18 +0200
committerraveit65 <[email protected]>2021-12-11 16:18:43 +0100
commit89823a27a72cdab0da4623b8b010873a9ab85b82 (patch)
tree93ac3b9b4c17748812e359e6c6a3ca5d27647155 /src/prettytable.h
parentf1c1e72d96c11194ff89752a4e22b6edffa75666 (diff)
downloadmate-system-monitor-89823a27a72cdab0da4623b8b010873a9ab85b82.tar.bz2
mate-system-monitor-89823a27a72cdab0da4623b8b010873a9ab85b82.tar.xz
Use a blank line at most
Diffstat (limited to 'src/prettytable.h')
-rw-r--r--src/prettytable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prettytable.h b/src/prettytable.h
index fccca98..b41918f 100644
--- a/src/prettytable.h
+++ b/src/prettytable.h
@@ -25,8 +25,6 @@ class ProcInfo;
using std::string;
-
-
class PrettyTable
{
public:
@@ -61,7 +59,6 @@ private:
Gio::FileMonitorEvent);
void init_gio_app_cache ();
-
typedef std::map<string, Glib::RefPtr<Gdk::Pixbuf> > IconCache;
typedef std::map<pid_t, Glib::RefPtr<Gdk::Pixbuf> > IconsForPID;
typedef std::map<string, Glib::RefPtr<Gio::AppInfo> > AppCache;
@@ -74,5 +71,4 @@ private:
procman::IconThemeWrapper theme;
};
-
#endif /* _PROCMAN_PRETTYTABLE_H_ */