Fix indentation in commment

This commit is contained in:
Tom Payne
2013-09-03 11:30:34 +02:00
parent 26c8495e6b
commit 9be84796c8

View File

@@ -82,7 +82,7 @@ libtess.Dict = function(frame, leq) {
libtess.Dict.prototype.deleteDict = function() {
// TODO(bckenny): unnecessary, I think.
// for (var node = libtess.head.next; node !== libtess.head; node = node.next) {
// memFree(node);
// memFree(node);
// }
// memFree(dict);