]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DEPair.cpp
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / bobtoolz / DEPair.cpp
index c75a87513029d5e1b14ed129273ecfe89f0fcd8d..f32ebee91e1f67c81f1e3788b95676d6f7008c16 100644 (file)
 // Construction/Destruction
 //////////////////////////////////////////////////////////////////////
 
-DEPair::DEPair(){
+DEPair::DEPair()
+{
 
 }
 
-DEPair::~DEPair(){
+DEPair::~DEPair()
+{
 
 }
 
@@ -39,7 +41,8 @@ DEPair::~DEPair(){
 // Implementation
 //////////////////////////////////////////////////////////////////////
 
-void DEPair::Build( const char *pKey, const char *pValue ){
-       key = pKey;
-       value = pValue;
+void DEPair::Build(const char *pKey, const char *pValue)
+{
+    key = pKey;
+    value = pValue;
 }