[IA64] whitespace fixes for include/asm-ia64/sal.h

* Make use of spaces and tabs consistent
* Make long line < 80col

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Horms and committed by Tony Luck 860abe8f 396e8e76

+3 -2
+3 -2
include/asm-ia64/sal.h
··· 847 847 */ 848 848 struct sal_to_os_boot { 849 849 u64 rr[8]; /* Region Registers */ 850 - u64 br[6]; /* br0: return addr into SAL boot rendez routine */ 850 + u64 br[6]; /* br0: 851 + * return addr into SAL boot rendez routine */ 851 852 u64 gr1; /* SAL:GP */ 852 853 u64 gr12; /* SAL:SP */ 853 854 u64 gr13; /* SAL: Task Pointer */ 854 855 u64 fpsr; 855 - u64 pfs; 856 + u64 pfs; 856 857 u64 rnat; 857 858 u64 unat; 858 859 u64 bspstore;