commit | 2d27e2f70afc5485acdda73f7b8db49ce3648c97 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 12:55:00 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 12:55:00 2013 -0700 |
tree | 87cf372f7b7bb3216bc2e58b32979c43ef9d7fb1 | |
parent | 3392fd6d1c04d4f0ab7f41bd23091abeeed878a6 [diff] [blame] |
Convert tabs to spaces.
diff --git a/ndn-cpp/c/encoding/binary-xml-key.c b/ndn-cpp/c/encoding/binary-xml-key.c index 4375c6c..5b6de79 100644 --- a/ndn-cpp/c/encoding/binary-xml-key.c +++ b/ndn-cpp/c/encoding/binary-xml-key.c
@@ -33,7 +33,7 @@ else return NDN_ERROR_unrecognized_ndn_KeyLocatorType; - if ((error = ndn_BinaryXmlEncoder_writeElementClose(encoder))) + if ((error = ndn_BinaryXmlEncoder_writeElementClose(encoder))) return error; return NDN_ERROR_success;