reindent for consistency
diff --git a/Misc/NEWS b/Misc/NEWS
index 646f4cb..106409c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,9 +49,9 @@
Library
-------
-- Issue #7776: Backport Fix ``Host:'' header and reconnection when using
- http.client.HTTPConnection.set_tunnel() from Python 3.
- Patch by Nikolaus Rath.
+- Issue #7776: Backport Fix ``Host:'' header and reconnection when using
+ http.client.HTTPConnection.set_tunnel() from Python 3. Patch by Nikolaus
+ Rath.
- Issue #21306: Backport hmac.compare_digest from Python 3. This is part of PEP
466.