summaryrefslogtreecommitdiff
path: root/src/exception.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:36:30 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:36:30 -0800
commit2a0d1ae46b16f58ef7a4a096141b4a725600bf3e (patch)
tree252766d0e872749837e03b4d80b20c596c93bca0 /src/exception.cpp
parentc91dc2292f4fd49a3103691cb70fee8336c6aa6c (diff)
Changed tabs in whitespace with newlines, added initial implementation for Value::size() for object variables
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
index f60f27c..fe62c5b 100644
--- a/src/exception.cpp
+++ b/src/exception.cpp
@@ -1,9 +1,9 @@
/**
- * Exception.cpp
- * Implementation of Php Exceptions.
+ * Exception.cpp
+ * Implementation of Php Exceptions.
*
- * @author Jasper van Eck <jasper.vaneck@copernica.com>
- * @copyright 2013 Copernica BV
+ * @author Jasper van Eck <jasper.vaneck@copernica.com>
+ * @copyright 2013 Copernica BV
*/
#include "includes.h"