[nemiver] Small indentation cleanup
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Small indentation cleanup
- Date: Wed, 8 Sep 2010 14:04:26 +0000 (UTC)
commit 6410b5adf65f2b864e0ca6384ded99758cd4d53c
Author: Dodji Seketeli <dodji redhat com>
Date: Wed Sep 8 15:56:55 2010 +0200
Small indentation cleanup
* src/persp/dbgperspective/nmv-dbg-perspective.cc
(DBGPerspective::Priv::get_supported_encodings)
(DBGPerspective::Priv::load_file): Fix indentation.
src/persp/dbgperspective/nmv-dbg-perspective.cc | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-dbg-perspective.cc b/src/persp/dbgperspective/nmv-dbg-perspective.cc
index 10058aa..95f99d6 100644
--- a/src/persp/dbgperspective/nmv-dbg-perspective.cc
+++ b/src/persp/dbgperspective/nmv-dbg-perspective.cc
@@ -1105,7 +1105,8 @@ struct DBGPerspective::Priv {
}
}
- bool get_supported_encodings (list<string> &a_encodings)
+ bool
+ get_supported_encodings (list<string> &a_encodings)
{
list<UString> encodings;
@@ -1125,8 +1126,9 @@ struct DBGPerspective::Priv {
return !encodings.empty ();
}
- bool load_file (const UString &a_path,
- Glib::RefPtr<SourceBuffer> &a_buffer)
+ bool
+ load_file (const UString &a_path,
+ Glib::RefPtr<SourceBuffer> &a_buffer)
{
list<string> supported_encodings;
get_supported_encodings (supported_encodings);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]