Skip to content

Commit ca7f94d

Browse files
authoredFeb 7, 2023
Update .dir-locals.el
this is a trivial whitespace change to trigger a CI merge run
1 parent 86bd4d4 commit ca7f94d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.dir-locals.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
(c-file-style . "stroustrup")
2121
(eval . (add-to-list 'auto-mode-alist '("\\.h\\'" . c++-mode)))
2222
(eval . (if (boundp 'c-offsets-alist)
23-
(add-to-list 'c-offsets-alist '(innamespace . -))))
24-
)))
23+
(add-to-list 'c-offsets-alist '(innamespace . -)))))))

5 commit comments

Comments
 (5)

latobarita commented on Feb 7, 2023

@latobarita
Contributor

saw approval from graydon
at ca7f94d

latobarita commented on Feb 7, 2023

@latobarita
Contributor

merging stellar/stellar-core/trivial-emacs-change = ca7f94d into auto

latobarita commented on Feb 7, 2023

@latobarita
Contributor

stellar/stellar-core/trivial-emacs-change = ca7f94d merged ok, testing candidate = 195230c

latobarita commented on Feb 7, 2023

@latobarita
Contributor

fast-forwarding master to auto = 195230c

Please sign in to comment.