Skip to content

Commit a07973a

Browse files
committed
Apply clang format
1 parent f4fd931 commit a07973a

File tree

4 files changed

+386
-672
lines changed

4 files changed

+386
-672
lines changed

include/spirv2clc.h

+6-4
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,14 @@ struct translator {
230230
", " + var_for(op4) + ", " + var_for(op5) + ")";
231231
}
232232

233-
std::string src_pointer_type(uint32_t storage, uint32_t tyid, bool signedty) const;
233+
std::string src_pointer_type(uint32_t storage, uint32_t tyid,
234+
bool signedty) const;
234235

235-
std::string builtin_vector_extract(uint32_t id, uint32_t idx, bool constant) const;
236+
std::string builtin_vector_extract(uint32_t id, uint32_t idx,
237+
bool constant) const;
236238

237-
bool is_valid_identifier(const std::string& name) const;
238-
std::string make_valid_identifier(const std::string& name) const;
239+
bool is_valid_identifier(const std::string &name) const;
240+
std::string make_valid_identifier(const std::string &name) const;
239241

240242
bool get_null_constant(uint32_t tyid, std::string &src) const;
241243
std::string

0 commit comments

Comments
 (0)