From: Khem R. <no...@gi...> - 2019-12-28 17:18:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 05e3f7b6672366825dee01436d3c034d46f0304f https://github.com/OpenSC/OpenSC/commit/05e3f7b6672366825dee01436d3c034d46f0304f Author: Khem Raj <raj...@gm...> Date: 2019-12-28 (Sat, 28 Dec 2019) Changed paths: M src/libopensc/card-entersafe.c M src/tools/pkcs15-init.c Log Message: ----------- Fix misleading code indentation Fixes error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] if(cipher) ^ ../../../git/src/libopensc/card-entersafe.c:369:2: note: previous statement is here if(sbuf) ^ |