Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/bsd/df_bsd | ||
|---|---|---|
| 55 | 55 |
for i in range(1,len(rawdata)): |
| 56 | 56 |
dataline=rawdata[i].split() |
| 57 | 57 |
self.parsed_data[re.sub('/', '_', dataline[0])] = (re.sub('%', '', dataline[4]), dataline[5])
|
| 58 |
|
|
| 58 |
|
|
| 59 | 59 |
if __name__ == "__main__": |
| 60 | 60 |
processor = checker() |
| 61 | 61 |
processor.get_data() |
Formats disponibles : Unified diff