]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 8_c_compatibility / complex / overloads_float.cc
index f6b79e9512f7c8800eb5421cbbc125e364f63bfb..2cec997e3c8663344ff0910adebb7e4af2f282de 100644 (file)
@@ -47,11 +47,11 @@ void test01()
   check_ret_type<cmplx_f_type>(std::tr1::conj(f1));
   check_ret_type<cmplx_d_type>(std::tr1::conj(d1));
   check_ret_type<cmplx_ld_type>(std::tr1::conj(ld1));
-  
+
   check_ret_type<float>(std::tr1::imag(f1));
   check_ret_type<double>(std::tr1::imag(d1));
   check_ret_type<long double>(std::tr1::imag(ld1));
-  
+
   check_ret_type<float>(std::tr1::norm(f1));
   check_ret_type<double>(std::tr1::norm(d1));
   check_ret_type<long double>(std::tr1::norm(ld1));