diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/eggtreemultidnd.h | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/eggtreemultidnd.h')
-rw-r--r-- | src/eggtreemultidnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eggtreemultidnd.h b/src/eggtreemultidnd.h index be817be..c930b37 100644 --- a/src/eggtreemultidnd.h +++ b/src/eggtreemultidnd.h @@ -59,7 +59,6 @@ gboolean egg_tree_multi_drag_source_row_draggable (EggTreeMultiDragSource *dr gboolean egg_tree_multi_drag_source_drag_data_delete (EggTreeMultiDragSource *drag_source, GList *path_list); - /* Fills in selection_data with type selection_data->target based on the row * denoted by path, returns TRUE if it does anything */ |