aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vmem.php
diff options
context:
space:
mode:
authorPim van den Berg2012-08-10 19:02:29 +0200
committerPim van den Berg2012-08-10 19:07:45 +0200
commitdae438c070bb02e50c231a9ac6f7ea4b9b90fd2c (patch)
treece45e515b343f236e8cb66c0ed2c55ec70c95ec8 /plugin/vmem.php
parentintroduce config option datasize to show graphs in bits or bytes (diff)
downloadapt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.zip
apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.gz
apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.bz2
apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.xz
plugin: convert spaces to tabs
Diffstat (limited to 'plugin/vmem.php')
-rw-r--r--plugin/vmem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vmem.php b/plugin/vmem.php
index 2fae536..fae94f8 100644
--- a/plugin/vmem.php
+++ b/plugin/vmem.php
@@ -46,7 +46,7 @@ switch($obj->args['type']) {
46 $obj->order = array('active_anon', 'active_file', 46 $obj->order = array('active_anon', 'active_file',
47 'anon_pages', 'bounce', 47 'anon_pages', 'bounce',
48 'dirty', 'file_pages', 48 'dirty', 'file_pages',
49 'free_pages', 'inactive_anon', 49 'free_pages', 'inactive_anon',
50 'inactive_file', 'mapped', 50 'inactive_file', 'mapped',
51 'mlock', 'page_table_pages', 51 'mlock', 'page_table_pages',
52 'slab_reclaimable', 'slab_unreclaimable', 52 'slab_reclaimable', 'slab_unreclaimable',