2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-12 23:22:21 +00:00
qpdf/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
..
qtest WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
build.mk Add qpdfjob-c.h -- simple C API around parts of QPDFJob 2022-02-01 09:04:55 -05:00
fix-qdf.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
pdf_from_scratch.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
qpdf-ctest.c WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
qpdf.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
qpdf.testcov C-API expose QPDFObjectHandle::getKeyIfDict 2022-02-06 11:21:15 -05:00
qpdfjob-ctest.c QPDFJob: let initializeFromArgv just take argv, not argc 2022-02-01 13:50:58 -05:00
test_driver.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
test_large_file.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
test_parsedoffset.cc Add QPDFObject::getParsedOffset() 2019-10-22 16:19:06 -04:00
test_pdf_doc_encoding.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
test_pdf_unicode.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
test_renumber.cc Update for clean compile with POINTERHOLDER_TRANSITION=2 2022-02-07 17:38:22 -05:00
test_shell_glob.cc Add automated test for shell wildcard expansion 2020-10-21 14:15:31 -04:00
test_tokenizer.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
test_unicode_filenames.cc Minor clean up of Windows headers 2021-02-10 07:36:18 -05:00
test_xref.cc Add QPDF::getXRefTable() 2019-10-22 16:16:16 -04:00