<div dir="ltr">This looks good. I would have said "not reformat code" but that's ok.<div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 8, 2022 at 7:57 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
 CONTRIBUTING.rst | 12 ++++++------<br>
 1 file changed, 6 insertions(+), 6 deletions(-)<br>
<br>
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst<br>
index 79a42db1..36cd91de 100644<br>
--- a/CONTRIBUTING.rst<br>
+++ b/CONTRIBUTING.rst<br>
@@ -279,6 +279,12 @@ original FreeBSD code.<br>
 Rules for Modifying FreeBSD Source<br>
 ==================================<br>
<br>
+Do not format original FreeBSD code.  Do not perform white space changes even<br>
+if you get git commit warnings.  **Check your editor settings so that it<br>
+does not perform white space changes automatically**, for example adding a<br>
+newline to the end of the file.  White space changes may result in conflicts<br>
+during updates, especially changes at the end of a file.<br>
+<br>
 Changes in FreeBSD files must be done using ``__rtems__`` C pre-processor guards.<br>
 This makes synchronization with the FreeBSD upstream easier and is very<br>
 important.  Patches which do not follow these rules will be rejected.  Only add<br>
@@ -380,12 +386,6 @@ In general, provide empty header files and do not guard includes.<br>
 For new code use<br>
 `STYLE(9) <<a href="http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=9" rel="noreferrer" target="_blank">http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=9</a>>`_.<br>
<br>
-Do not format original FreeBSD code.  Do not perform white space changes even<br>
-if you get git commit warnings.  Check your editor settings so that it doesn't<br>
-perform white space changes automatically, for example adding a newline to the<br>
-end of the file.  White space changes may result in conflicts during updates,<br>
-especially changes at the end of a file.<br>
-<br>
 Automatically Generated FreeBSD Files<br>
 =====================================<br>
<br>
-- <br>
2.35.3<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>