aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/logview/LogFile.h')
-rw-r--r--src/modules/logview/LogFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h
index 7a8cafebc..7adabf03b 100644
--- a/src/modules/logview/LogFile.h
+++ b/src/modules/logview/LogFile.h
@@ -51,7 +51,7 @@ typedef struct _LogFileData
/**
* \class LogFile
* \brief The LogFile class which handle any log file
-*
+*
* Log is in the format:
* $type_$nick.$network_$YYYY.$MM.$DD.log
* Examples:
@@ -79,7 +79,7 @@ public:
*/
enum ExportType {
PlainText, /**< export log in plain text file */
- HTML /**< export log in a HTML archive */
+ HTML /**< export log in a HTML archive */
//XML /**< export log in a XML file */
//DB /**< export log in a database file */
};