Remove stray tabs from ril_worker.js. No bug, DONTBUILD.

This commit is contained in:
Ben Turner 2012-01-05 08:17:20 -08:00
Родитель 2b6c8bb207
Коммит e92737e5b2
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -619,9 +619,9 @@ let RIL = {
Buf.writeString(address); Buf.writeString(address);
Buf.writeUint32(clirMode || 0); Buf.writeUint32(clirMode || 0);
Buf.writeUint32(uusInfo || 0); Buf.writeUint32(uusInfo || 0);
// TODO Why do we need this extra 0? It was put it in to make this // TODO Why do we need this extra 0? It was put it in to make this
// match the format of the binary message. // match the format of the binary message.
Buf.writeUint32(0); Buf.writeUint32(0);
Buf.sendParcel(); Buf.sendParcel();
}, },