glibmm r710 - trunk/glib/glibmm
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r710 - trunk/glib/glibmm
- Date: Wed, 6 Aug 2008 06:55:38 +0000 (UTC)
Author: murrayc
Date: Wed Aug 6 06:55:38 2008
New Revision: 710
URL: http://svn.gnome.org/viewvc/glibmm?rev=710&view=rev
Log:
Whitespace corrections
Modified:
trunk/glib/glibmm/ustring.h
Modified: trunk/glib/glibmm/ustring.h
==============================================================================
--- trunk/glib/glibmm/ustring.h (original)
+++ trunk/glib/glibmm/ustring.h Wed Aug 6 06:55:38 2008
@@ -1240,7 +1240,7 @@
public:
explicit inline Stringify(const T& arg) : string_ (ustring::format(arg)) {}
- explicit inline Stringify(const char* arg) : string_ (arg) {}
+ explicit inline Stringify(const char* arg) : string_(arg) {}
inline const ustring* ptr() const { return &string_; }
};
@@ -1255,7 +1255,7 @@
Stringify<ustring>& operator=(const ustring::Stringify<ustring>&);
public:
- explicit inline Stringify(const ustring& arg) : string_ (arg) {}
+ explicit inline Stringify(const ustring& arg) : string_(arg) {}
inline const ustring* ptr() const { return &string_; }
};
@@ -1263,7 +1263,7 @@
inline // static
ustring ustring::compose(const ustring& fmt, const T1& a1)
{
- const ustring::Stringify<T1> s1 (a1);
+ const ustring::Stringify<T1> s1(a1);
const ustring *const argv[] = { s1.ptr() };
return ustring::compose_argv(fmt, G_N_ELEMENTS(argv), argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]