]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/doc/gfortran/intrinsic-procedures/hypot.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / fortran / doc / gfortran / intrinsic-procedures / hypot.rst
index f567cc18e8fa5a195f5f862071d801893ab5c345..ff8d042d5c6fa303b078582a75bd10eceb81cd59 100644 (file)
@@ -42,4 +42,4 @@ HYPOT --- Euclidean distance function
       program test_hypot
         real(4) :: x = 1.e0_4, y = 0.5e0_4
         x = hypot(x,y)
-      end program test_hypot
\ No newline at end of file
+      end program test_hypot