From 3c086e8ff0e9369e713c4c0f52ca3f1fee93150b Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Tue, 19 May 2015 11:54:29 +0530 Subject: [PATCH] Indent asf constants Signed-off-by: Anshul Maheshwari --- src/lib_ccx/asf_constants.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib_ccx/asf_constants.h b/src/lib_ccx/asf_constants.h index 63a3a044..bd4b63b1 100644 --- a/src/lib_ccx/asf_constants.h +++ b/src/lib_ccx/asf_constants.h @@ -85,10 +85,10 @@ typedef struct { // Payload parsing information int MultiplePayloads; // ASF int PacketLType; // ASF - int ReplicatedLType; // ASF - int OffsetMediaLType; // ASF - int MediaNumberLType; // ASF - int StreamNumberLType; // ASF + int ReplicatedLType; // ASF + int OffsetMediaLType; // ASF + int MediaNumberLType; // ASF + int StreamNumberLType; // ASF uint32_t PacketLength; uint32_t PaddingLength; -} asf_data; \ No newline at end of file +} asf_data;