X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmoonshot-identity-request.vala;h=b00a5e59968456da8bbd0ed4d86f802b901351af;hb=5945fe01218c5f9534c8017726db2d5fcb358b84;hp=8d0b24e73bb738c03c05d56b0453bf530c1fbf74;hpb=c64066e0fd6838caafba7cac51b00ea2980a717e;p=moonshot-ui.git diff --git a/src/moonshot-identity-request.vala b/src/moonshot-identity-request.vala index 8d0b24e..b00a5e5 100644 --- a/src/moonshot-identity-request.vala +++ b/src/moonshot-identity-request.vala @@ -107,7 +107,7 @@ public class IdentityRequest : Object { } } - return_if_fail (callback != null); + return_if_fail(callback != null); callback(this); }