Skip to content

Commit 040105a

Browse files
Copilotnunoplopes
andauthored
Format KW macro invocations onto separate lines
Agent-Logs-Url: https://github.com/Cpp2Rust/cpp2rust/sessions/45d5e81b-9441-4cf4-acc7-9e4448914947 Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
1 parent 1804e91 commit 040105a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/unit/reserved_keywords.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
X(final) \
3434
X(gen) \
3535
X(macro) \
36-
X(override) X(priv) X(unsized) X(yield) X(macro_rules) X(raw) X(safe) X(vec)
36+
X(override) \
37+
X(priv) \
38+
X(unsized) \
39+
X(yield) \
40+
X(macro_rules) \
41+
X(raw) \
42+
X(safe) \
43+
X(vec)
3744

3845
// Field declaration
3946
#define F(n) int n;

0 commit comments

Comments
 (0)