Commit 767d8d52 authored by Jean-Paul Saman's avatar Jean-Paul Saman

dr_83.c: indentation

parent dc60d88e
......@@ -91,9 +91,8 @@ dvbpsi_descriptor_t* dvbpsi_GenLCNDr(dvbpsi_lcn_dr_t* p_decoded,
bool b_duplicate)
{
dvbpsi_descriptor_t* p_descriptor = dvbpsi_NewDescriptor(0x83, p_decoded->i_number_of_entries * 4, 0);
if (NULL == p_descriptor) {
if (NULL == p_descriptor)
return NULL;
}
for (int i = 0; i < p_decoded->i_number_of_entries; i++ )
{
......@@ -114,3 +113,4 @@ dvbpsi_descriptor_t* dvbpsi_GenLCNDr(dvbpsi_lcn_dr_t* p_decoded,
return p_descriptor;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment