Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2014-12-27 02:09:29 +0300
committerJoshua Leung <aligorith@gmail.com>2014-12-27 17:05:09 +0300
commit49052c61f8326c11bc733a040372481ea1d7438b (patch)
tree86033431e29d6a2c310aa135e70369ebde2798f7 /source/blender/editors/gpencil/gpencil_select.c
parent01c04333f5226703178fa027e8ce0de02dff982b (diff)
Restoring all the whitespace!
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_select.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index 6478af8c306..7967d6a4d95 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -81,7 +81,7 @@ static int gpencil_select_poll(bContext *C)
{
bGPdata *gpd = ED_gpencil_data_get_active(C);
bGPDlayer *gpl = gpencil_layer_getactive(gpd);
-
+
/* only if there's an active layer with an active frame */
return (gpl && gpl->actframe);
}