]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DEPair.cpp
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / bobtoolz / DEPair.cpp
index f32ebee91e1f67c81f1e3788b95676d6f7008c16..c75a87513029d5e1b14ed129273ecfe89f0fcd8d 100644 (file)
 // Construction/Destruction
 //////////////////////////////////////////////////////////////////////
 
-DEPair::DEPair()
-{
+DEPair::DEPair(){
 
 }
 
-DEPair::~DEPair()
-{
+DEPair::~DEPair(){
 
 }
 
@@ -41,8 +39,7 @@ 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;
 }