teobaluta / qr-linux-kernel

Library for QR encoding for OPW
Other
7 stars 2 forks source link

Random changes for the QR library #15

Closed levex closed 9 years ago

levex commented 9 years ago

Hi Teodora,

The following changes since commit c1e0719b117ec27fe9b0c6df1a58f5bb91bc4394:

qr: remove kanji support from qr library (2014-12-30 14:39:44 +0200)

are available in the git repository at:

https://github.com/levex/qr-linux-kernel for-teodora-misc

for you to fetch changes up to cb204c1a5bfe92cafc17aee55ce1b8590aaa6db2:

qr: split: use kstrdup (2015-01-02 18:14:51 +0100)


Mainly cleanups.

Please pull.

Thanks, Lev


Levente Kurusa (5): qr: bitstream: fix coding style qr: qrinput: fix indentation style bitstream: remove useless checks qr: remove WITH_TESTS parts qr: split: use kstrdup

lib/qr/bitstream.c | 49 +++++++++++++++++++++---------------------------- lib/qr/mask.c | 15 --------------- lib/qr/mask.h | 12 ------------ lib/qr/mmask.h | 9 --------- lib/qr/qrinput.c | 4 ++-- lib/qr/qrinput.h | 11 ----------- lib/qr/split.c | 11 +---------- 7 files changed, 24 insertions(+), 87 deletions(-)

levex commented 9 years ago

Hey,

Seems to have fixed the line-issue.

Lev.