ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Sat May 30 
22:19:35 2015 +0300| [84c5ff911f3f0557c8f97a964f74ceb01dd6d214] | committer: 
Martin Storsjö

rtmpdh: Fix the indentation in a struct

Signed-off-by: Martin Storsjö <mar...@martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84c5ff911f3f0557c8f97a964f74ceb01dd6d214
---

 libavformat/rtmpdh.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h
index 425113f..eab0b4a 100644
--- a/libavformat/rtmpdh.h
+++ b/libavformat/rtmpdh.h
@@ -38,11 +38,11 @@ typedef gcry_mpi_t FFBigNum;
 #endif
 
 typedef struct FF_DH {
-  FFBigNum p;
-  FFBigNum g;
-  FFBigNum pub_key;
-  FFBigNum priv_key;
-  long length;
+    FFBigNum p;
+    FFBigNum g;
+    FFBigNum pub_key;
+    FFBigNum priv_key;
+    long length;
 } FF_DH;
 
 #elif CONFIG_OPENSSL

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to