Skip to content

Commit 3aff536

Browse files
committed
Apply clang-format
1 parent e78176b commit 3aff536

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

clang/lib/Headers/hlsl/hlsl_intrinsics.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,17 @@ bool all(double4);
254254
//===----------------------------------------------------------------------===//
255255

256256
// \fn bool and(bool x, bool y)
257-
// \brief Logically ands two boolean vectors elementwise and produces a bool vector output.
257+
// \brief Logically ands two boolean vectors elementwise and produces a bool
258+
// vector output.
258259

259260
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
260-
bool and(bool x, bool y);
261+
bool and (bool x, bool y);
261262
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
262-
bool2 and(bool2 x, bool2 y);
263+
bool2 and (bool2 x, bool2 y);
263264
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
264-
bool3 and(bool3 x, bool3 y);
265+
bool3 and (bool3 x, bool3 y);
265266
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
266-
bool4 and(bool4 x, bool4 y);
267+
bool4 and (bool4 x, bool4 y);
267268

268269
//===----------------------------------------------------------------------===//
269270
// any builtins

0 commit comments

Comments
 (0)