summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-29 08:48:44 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-29 08:48:44 +0100
commitded1b3921734fecbc45d853dc0c2cc1ba6eb9ef8 (patch)
tree4a088a5e74d7f6ff3b82864299e74bd8ca0dfff1 /inc
parent9dffbec46cf47ffb52d60ce3c130617eb8dd04db (diff)
Change astyle stuff to the gerrit version
Diffstat (limited to 'inc')
-rw-r--r--inc/libabw/AbiDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/libabw/AbiDocument.h b/inc/libabw/AbiDocument.h
index 2b1495b..82950e8 100644
--- a/inc/libabw/AbiDocument.h
+++ b/inc/libabw/AbiDocument.h
@@ -20,8 +20,8 @@ AbiWord documents.
class AbiDocument
{
public:
- static bool isFileFormatSupported(librevenge::RVNGInputStream *input);
- static bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *documentInterface);
+ static bool isFileFormatSupported(librevenge::RVNGInputStream *input);
+ static bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *documentInterface);
};
#endif /* ABIDOCUMENT_H */