Skip to content

Commit 2125eb5

Browse files
committed
Format code
1 parent e5b7552 commit 2125eb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/opt/instruction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ class Instruction : public utils::IntrusiveNodeBase<Instruction> {
640640

641641
// Returns true if all _other_ instruction that have the same set
642642
// and binding are read only.
643-
// This function should only be called if IsReadOnlyPointerShaders() has already
644-
// been verified to return true.
643+
// This function should only be called if IsReadOnlyPointerShaders() has
644+
// already been verified to return true.
645645
bool IsSetBindingUniformlyReadOnly() const;
646646

647647
// Returns true if the result of |inst| can be used as the base image for an

0 commit comments

Comments
 (0)