2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-08 17:24:06 +00:00
qpdf/libqpdf/qpdf
Jay Berkenbilt cb769c62e5 WHITESPACE ONLY -- expand tabs in source code
This comment expands all tabs using an 8-character tab-width. You
should ignore this commit when using git blame or use git blame -w.

In the early days, I used to use tabs where possible for indentation,
since emacs did this automatically. In recent years, I have switched
to only using spaces, which means qpdf source code has been a mixture
of spaces and tabs. I have avoided cleaning this up because of not
wanting gratuitous whitespaces change to cloud the output of git
blame, but I changed my mind after discussing with users who view qpdf
source code in editors/IDEs that have other tab widths by default and
in light of the fact that I am planning to start applying automatic
code formatting soon.
2022-02-08 11:51:15 -05:00
..
AES_PDF_native.hh
auto_job_decl.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_help.hh QPDFJob: documentation 2022-02-01 09:04:55 -05:00
auto_job_init.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_json_decl.hh QPDFJob json: flatten json structure 2022-01-31 18:16:09 -05:00
auto_job_json_init.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_schema.hh Clean up documentation and help around json options 2022-01-31 18:40:11 -05:00
BitStream.hh
BitWriter.hh
ContentNormalizer.hh
CryptoRandomDataProvider.hh
InsecureRandomDataProvider.hh
JSONHandler.hh JSONHandler: pass JSON object to array start function 2022-01-31 15:57:45 -05:00
MD5_native.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
MD5.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
NNTree.hh Stop using std::iterator (fixes #618) 2022-02-05 11:29:25 -05:00
OffsetInputSource.hh
Pl_AES_PDF.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
Pl_ASCII85Decoder.hh
Pl_ASCIIHexDecoder.hh
Pl_LZWDecoder.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
Pl_MD5.hh
Pl_PNGFilter.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
Pl_RC4.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
Pl_SHA2.hh
Pl_TIFFPredictor.hh
QPDF_Array.hh
QPDF_Bool.hh
QPDF_Dictionary.hh
QPDF_InlineImage.hh
QPDF_Integer.hh
QPDF_Name.hh
QPDF_Null.hh
QPDF_Operator.hh
QPDF_Real.hh
QPDF_Reserved.hh
QPDF_Stream.hh WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
QPDF_String.hh
qpdf-config.h.in
QPDFArgParser.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
QPDFCrypto_gnutls.hh
QPDFCrypto_native.hh
QPDFCrypto_openssl.hh
RC4_native.hh
RC4.hh
ResourceFinder.hh
rijndael.h
SecureRandomDataProvider.hh
SF_ASCII85Decode.hh
SF_ASCIIHexDecode.hh
SF_DCTDecode.hh
SF_FlateLzwDecode.hh
SF_RunLengthDecode.hh
SHA2_native.hh
SparseOHArray.hh