From 84c5ff911f3f0557c8f97a964f74ceb01dd6d214 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 30 May 2015 22:19:35 +0300 Subject: rtmpdh: Fix the indentation in a struct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtmpdh.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavformat/rtmpdh.h') diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h index 425113f78e..eab0b4adc8 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 -- cgit v1.2.3