45968d1e by Rajko Stojadinovic Committed by David LaPalomento

Because it's really important that a blank line be truly blank

1 parent c6bbccc4
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
442 method: entry.attributes.METHOD || 'AES-128', 442 method: entry.attributes.METHOD || 'AES-128',
443 uri: entry.attributes.URI 443 uri: entry.attributes.URI
444 }; 444 };
445 445
446 if (entry.attributes.IV !== undefined) { 446 if (entry.attributes.IV !== undefined) {
447 key.iv = entry.attributes.IV; 447 key.iv = entry.attributes.IV;
448 } 448 }
......