From 36501649627e4e4bf94fee21b627054e14e1582e Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 30 Jul 2015 11:36:31 -0400 Subject: [PATCH] Re-align comment text. --- src/x_plane_datum.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x_plane_datum.erl b/src/x_plane_datum.erl index e5f7faa..3f6b11f 100644 --- a/src/x_plane_datum.erl +++ b/src/x_plane_datum.erl @@ -88,9 +88,9 @@ anonymous_of_bin( {error, {block_index_byte_out_of_range, Anonymous}} end; anonymous_of_bin(<>, _) -> - % This case shouldn't be possible with a correct packet length, but we want to - % allow for possibility of using this module independently of it's parent, - % data module. + % This case shouldn't be possible with a correct packet length, but we want + % to allow for possibility of using this module independently of it's + % parent, data module. {error, {block_structure_invalid, Block}}. -spec identify_or_index(anonymous()) -> -- 2.20.1