]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gccint/plugins/controlling-which-passes-are-being-run.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gccint / plugins / controlling-which-passes-are-being-run.rst
index 09bd9d2d396926d4214adc7df16b0a3ce5125749..75b6a43ff8bb0d5db5fe63acd2ef3c1f93053c4c 100644 (file)
@@ -13,4 +13,4 @@ After the original gate function for a pass is called, its result
 Then the event ``PLUGIN_OVERRIDE_GATE`` is invoked, with a pointer
 to the gate status in the ``gcc_data`` parameter to the callback function.
 A nonzero value of the gate status means that the pass is to be executed.
-You can both read and write the gate status via the passed pointer.
\ No newline at end of file
+You can both read and write the gate status via the passed pointer.