Is there code convention for the indentation of template restrictions? Should a restriction be indented as void f(U)(U a, ref U b) if (isUnsigned!U) or not as in void f(U)(U a, ref U b) if (isUnsigned!U) ?