diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 7df4a3e8d345e692b2ff9f488b7970f0c56f3f02..f6e0ccfd488ed03fa621db8e1fd2da9e65e319ae 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -194,6 +194,7 @@ struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat
  */
 int sws_scale(struct SwsContext *context, const uint8_t* const srcSlice[], const int srcStride[],
               int srcSliceY, int srcSliceH, uint8_t* const dst[], const int dstStride[]);
+
 #if LIBSWSCALE_VERSION_MAJOR < 1
 /**
  * @deprecated Use sws_scale() instead.