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 @@
method: entry.attributes.METHOD || 'AES-128',
uri: entry.attributes.URI
};
if (entry.attributes.IV !== undefined) {
key.iv = entry.attributes.IV;
}
......