mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Stop using tabs for indentation
This commit is contained in:
parent
246f0abbfc
commit
0204d04a25
4
cab.c
4
cab.c
@ -927,8 +927,8 @@ static int cab_add_header(FILE_FORMAT_CTX *ctx, BIO *hash, BIO *outdata)
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
4
cat.c
4
cat.c
@ -256,8 +256,8 @@ static CAT_CTX *cat_ctx_get(char *indata, uint32_t filesize)
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
@ -729,8 +729,8 @@ static int pkcs7_set_spc_indirect_data_content(PKCS7 *p7, BIO *hash, u_char *buf
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
@ -28,8 +28,8 @@ int compare_digests(u_char *mdbuf, u_char *cmdbuf, int mdtype);
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
4
msi.c
4
msi.c
@ -2222,8 +2222,8 @@ static int msi_check_MsiDigitalSignatureEx(FILE_FORMAT_CTX *ctx, MSI_ENTRY *dse)
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
@ -3608,8 +3608,8 @@ err_cleanup:
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
@ -494,8 +494,8 @@ struct file_format_st {
|
||||
Local Variables:
|
||||
c-basic-offset: 4
|
||||
tab-width: 4
|
||||
indent-tabs-mode: t
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
|
||||
vim: set ts=4 noexpandtab:
|
||||
vim: set ts=4 expandtab:
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user