diff options
author | Darrell Anderson <[email protected]> | 2013-11-30 14:42:43 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-11-30 14:42:43 -0600 |
commit | 6deafe4de6af74c05ab050aa6ffc8d9e646d72fb (patch) | |
tree | 2670b471a5370793ace692854a9b831e18a43712 | |
parent | 9bf24f62da73176bf1a0b9386e5e5891429ae352 (diff) | |
download | koffice-6deafe4de6af74c05ab050aa6ffc8d9e646d72fb.tar.gz koffice-6deafe4de6af74c05ab050aa6ffc8d9e646d72fb.zip |
Add end-of-file newlines.
-rw-r--r-- | chalk/colorspaces/cmyk_u8/composite.h | 2 | ||||
-rw-r--r-- | chalk/design.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/colorspaces/cmyk_u8/composite.h b/chalk/colorspaces/cmyk_u8/composite.h index 4914a7df..60e5c9e1 100644 --- a/chalk/colorspaces/cmyk_u8/composite.h +++ b/chalk/colorspaces/cmyk_u8/composite.h @@ -73,4 +73,4 @@ void compositeCopyBlack(TQ_INT32 stride, } -#endif
\ No newline at end of file +#endif diff --git a/chalk/design.h b/chalk/design.h index e4317fd8..27c29c29 100644 --- a/chalk/design.h +++ b/chalk/design.h @@ -24,4 +24,4 @@ #ifndef DESIGN #define DESIGN // Let's keep icefox.net/kde/tests.headerincluded_koffice.html happy -#endif
\ No newline at end of file +#endif |