Ignore:
Timestamp:
Sep 19, 2011, 1:31:36 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Children:
1260a65
Parents:
ec4b217
git-author:
Edward Z. Yang <ezyang@mit.edu> (07/15/11 22:23:41)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:36)
Message:
Style wibble.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm

    r9776805 r69066f6  
    103103    return unless check_ready();
    104104
    105     BarnOwl::start_edit_win("Write a comment...",
    106                             sub { $facebook_handle->facebook_comment($post_id, shift) });
     105    BarnOwl::start_edit_win(
     106        "Write a comment...",
     107        sub { $facebook_handle->facebook_comment($post_id, shift) }
     108    );
    107109}
    108110
Note: See TracChangeset for help on using the changeset viewer.