diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 13:59:25 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 13:59:25 -0600 |
commit | 1060593d12a527b48e329a1d18448978d525e79d (patch) | |
tree | d60715c993310a13ad7f922f173c67fb2585e1f7 /tdeprint/cups | |
parent | 05e764aa4c991949a0249ffdaa203f7292c7b138 (diff) | |
download | tdelibs-1060593d12a527b48e329a1d18448978d525e79d.tar.gz tdelibs-1060593d12a527b48e329a1d18448978d525e79d.zip |
Add end-of-file newlines.
Diffstat (limited to 'tdeprint/cups')
-rw-r--r-- | tdeprint/cups/ipprequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/cups/ipprequest.cpp b/tdeprint/cups/ipprequest.cpp index ebbefefe9..b4e39913d 100644 --- a/tdeprint/cups/ipprequest.cpp +++ b/tdeprint/cups/ipprequest.cpp @@ -783,4 +783,4 @@ ipp_attribute_t* IppRequest::first() #else // HAVE_CUPS_1_6 ipp_attribute_t* IppRequest::first() { return (request_ ? request_->attrs : NULL); } -#endif // HAVE_CUPS_1_6
\ No newline at end of file +#endif // HAVE_CUPS_1_6 |