Как вам такой код стайл?

91 float rayleigh phase func(float mu)
92. {
return
94	B. * (1. + mu*mu)
95	/ //.........................
96	(16. * PI);
97	}
98
99	// Henyey-Greenstein phase function factor [-1, 1]
100	// represents the average cosine of the scattered directions
101	// 0 is isotropic scattering
102	//