[NFC] Trim trailing whitespace in *.rst

GitOrigin-RevId: 0c660256eb41fb0ba44277a32f39d2a028f797f2
diff --git a/docs/fuzzing.rst b/docs/fuzzing.rst
index a16cac6..699a57c 100644
--- a/docs/fuzzing.rst
+++ b/docs/fuzzing.rst
@@ -2,14 +2,14 @@
 ---------------------
 
 Fuzzing tests are used to ensure quality and security of LLVM-libc
-implementations. 
+implementations.
 
 Each fuzzing test lives under the fuzzing directory in a subdirectory
-corresponding with the src layout. 
+corresponding with the src layout.
 
 Currently we use system libc for functions that have yet to be implemented,
-however as they are implemented the fuzzers will be changed to use our 
-implementation to increase coverage for testing. 
+however as they are implemented the fuzzers will be changed to use our
+implementation to increase coverage for testing.
 
 Fuzzers will be run on `oss-fuzz <https://github.com/google/oss-fuzz>`_ and the
-check-libc target will ensure that they build correctly. 
+check-libc target will ensure that they build correctly.