Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/memory/proc_memory_status
33 33

  
34 34
	echo 'VmExe.label VmExe'
35 35
	echo 'VmExe.draw AREA'
36
	echo "VmExe.info The size of the executable segment" 
37
	
36
	echo "VmExe.info The size of the executable segment"
37

  
38 38
	echo 'VmLib.label VmLib'
39 39
	echo 'VmLib.draw STACK'
40 40
	echo 'VmLib.info The size of the library code'
41
	
41

  
42 42
	echo 'VmStk.label VmStk'
43 43
	echo 'VmStk.draw STACK'
44 44
	echo 'VmStk.info The stack size'
45
	
45

  
46 46
	echo 'VmLck.label VmLck'
47 47
	echo 'VmLck.draw STACK'
48 48
	echo 'VmLck.info The amount of locked memory'
49
	
49

  
50 50
	echo 'VmData.label VmData'
51 51
	echo 'VmData.draw STACK'
52 52
	echo 'VmData.info The size of the Data segment'
53
	
53

  
54 54
	echo 'VmRSS.label VmRSS'
55 55
	echo 'VmRSS.draw LINE2'
56 56
	echo 'VmRSS.info The amount of memory mapped in RAM ( instead of swapped out)'
57
	
57

  
58 58
	echo 'VmSize.label VmSize'
59 59
	echo 'VmSize.draw LINE2'
60 60
	echo 'VmSize.info The size of the virtual memory allocated to the process'

Formats disponibles : Unified diff