summaryrefslogtreecommitdiff
path: root/src/gui/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/register.h')
-rw-r--r--src/gui/register.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gui/register.h b/src/gui/register.h
index 87a11bb9..4c1d9f88 100644
--- a/src/gui/register.h
+++ b/src/gui/register.h
@@ -84,8 +84,7 @@ class RegisterDialog : public Window, public gcn::ActionListener,
* Returns whether submit can be enabled. This is true in the register
* state, when all necessary fields have some text.
*/
- bool
- canSubmit();
+ bool canSubmit();
/**
* Function to decide whether string is an unsigned short or not
@@ -94,8 +93,7 @@ class RegisterDialog : public Window, public gcn::ActionListener,
*
* @return true if str is an unsigned short, false otherwise
*/
- static bool
- isUShort(const std::string &str);
+ static bool isUShort(const std::string &str);
/**
* Converts string to an unsigned short (undefined if invalid)
@@ -104,8 +102,7 @@ class RegisterDialog : public Window, public gcn::ActionListener,
*
* @return the value str represents
*/
- static unsigned short
- getUShort(const std::string &str);
+ static unsigned short getUShort(const std::string &str);
gcn::TextField *mUserField;
gcn::TextField *mPasswordField;