diff options
author | Pim van den Berg | 2012-08-10 19:02:29 +0200 |
---|---|---|
committer | Pim van den Berg | 2012-08-10 19:07:45 +0200 |
commit | dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c (patch) | |
tree | ce45e515b343f236e8cb66c0ed2c55ec70c95ec8 /plugin/vmem.php | |
parent | introduce config option datasize to show graphs in bits or bytes (diff) | |
download | apt-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.php | 2 |
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', |