diff Scan/DPH/scan_loop.c @ 308:ab4515606277

Fix whitespace Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 18:40:01 -0700
parents 2a4c99da1276
children ad693d70c292
line wrap: on
line diff
--- a/Scan/DPH/scan_loop.c	Sun Mar 08 17:25:13 2015 -0700
+++ b/Scan/DPH/scan_loop.c	Sun Mar 08 18:40:01 2015 -0700
@@ -609,7 +609,7 @@
 		PORTD &= ~D_MASK;
 		PORTE &= ~E_MASK;
 
-		DDRB  |= (1 << RECOVERY_SINK);	 // SINK pull
+		DDRB  |= (1 << RECOVERY_SINK);   // SINK pull
 		PORTB |= (1 << RECOVERY_CONTROL);
 		PORTB |= (1 << RECOVERY_SOURCE); // SOURCE high
 		DDRB  |= (1 << RECOVERY_SOURCE);
@@ -619,7 +619,7 @@
 		PORTB &= ~(1 << RECOVERY_CONTROL);
 		DDRB  &= ~(1 << RECOVERY_SOURCE);
 		PORTB &= ~(1 << RECOVERY_SOURCE); // SOURCE low
-		DDRB  &= ~(1 << RECOVERY_SINK);	  // SINK high-imp
+		DDRB  &= ~(1 << RECOVERY_SINK);   // SINK high-imp
 	}
 }