aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_file.h')
-rw-r--r--src/modules/objects/class_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h
index a2ee75427..0a9337402 100644
--- a/src/modules/objects/class_file.h
+++ b/src/modules/objects/class_file.h
@@ -47,7 +47,7 @@ public:
bool close(KviKvsObjectFunctionCall *c);
bool flush(KviKvsObjectFunctionCall *c);
bool size(KviKvsObjectFunctionCall *c);
-
+
bool atEnd(KviKvsObjectFunctionCall *c);
// int QFile at() const
bool where(KviKvsObjectFunctionCall *c);
@@ -56,7 +56,7 @@ public:
bool putch(KviKvsObjectFunctionCall *c);
bool getch(KviKvsObjectFunctionCall *c);
bool unGetch(KviKvsObjectFunctionCall *c);
-
+
bool readBlock(KviKvsObjectFunctionCall *c);
bool writeBlock(KviKvsObjectFunctionCall *c);