diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:55:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:56:21 +0900 |
| commit | df2eb7afd1783a8750b8034890ff7a9e6abb7388 (patch) | |
| tree | 7d8f360841f6830f0265b94f37a876c7ec0576f9 /tdeprint/fooscanner.cpp | |
| parent | 083dbd6407c433a7ff2b4880836d919a84b2cea9 (diff) | |
| download | tdelibs-df2eb7af.tar.gz tdelibs-df2eb7af.zip | |
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 491e1c72c7e2a19b58772fd285284e974d489501)
Diffstat (limited to 'tdeprint/fooscanner.cpp')
| -rw-r--r-- | tdeprint/fooscanner.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tdeprint/fooscanner.cpp b/tdeprint/fooscanner.cpp index 58edc063c..441d411da 100644 --- a/tdeprint/fooscanner.cpp +++ b/tdeprint/fooscanner.cpp @@ -457,10 +457,14 @@ char *yytext; { \ result = tdeprint_foomatic2scanner_device->readBlock( buf, max_size ); \ if ( result < 0 ) \ + { \ result = 0; \ + } \ } \ else \ + { \ result = 0; \ + } \ } TQIODevice* tdeprint_foomatic2scanner_device = NULL; |
