Fix indentation, remove trailing whitespace
no real changes
This commit is contained in:
@@ -983,7 +983,7 @@ bool wxWebViewWebKit::HasSelection() const
|
||||
G_DBUS_CALL_FLAGS_NONE, -1,
|
||||
NULL, NULL);
|
||||
if (retval)
|
||||
{
|
||||
{
|
||||
gboolean has_selection = FALSE;
|
||||
g_variant_get(retval, "(b)", &has_selection);
|
||||
g_variant_unref(retval);
|
||||
@@ -1010,7 +1010,7 @@ wxString wxWebViewWebKit::GetSelectedText() const
|
||||
G_DBUS_CALL_FLAGS_NONE, -1,
|
||||
NULL, NULL);
|
||||
if (retval)
|
||||
{
|
||||
{
|
||||
char *text;
|
||||
g_variant_get(retval, "(s)", &text);
|
||||
g_variant_unref(retval);
|
||||
@@ -1031,7 +1031,7 @@ wxString wxWebViewWebKit::GetSelectedSource() const
|
||||
G_DBUS_CALL_FLAGS_NONE, -1,
|
||||
NULL, NULL);
|
||||
if (retval)
|
||||
{
|
||||
{
|
||||
char *source;
|
||||
g_variant_get(retval, "(s)", &source);
|
||||
g_variant_unref(retval);
|
||||
@@ -1069,7 +1069,7 @@ wxString wxWebViewWebKit::GetPageText() const
|
||||
G_DBUS_CALL_FLAGS_NONE, -1,
|
||||
NULL, NULL);
|
||||
if (retval)
|
||||
{
|
||||
{
|
||||
char *text;
|
||||
g_variant_get(retval, "(s)", &text);
|
||||
g_variant_unref(retval);
|
||||
|
Reference in New Issue
Block a user