Remove trailing white space with:
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done
(Thanks to Nicolás Wolovick)
			
			
This commit is contained in:
		
							parent
							
								
									6de6a3c952
								
							
						
					
					
						commit
						7894fcd217
					
				
					 32 changed files with 116 additions and 116 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| // Boot loader.
 | ||||
| // 
 | ||||
| //
 | ||||
| // Part of the boot block, along with bootasm.S, which calls bootmain().
 | ||||
| // bootasm.S has put the processor into protected 32-bit mode.
 | ||||
| // bootmain() loads an ELF kernel image from the disk starting at
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frans Kaashoek
						Frans Kaashoek