From 01bff7038323d617fbc83a39e9072631ccbdd65f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 02:07:20 +0000 Subject: fixed spacing in the headers to get rid of some warnings and some other little minor spacing issues. --- source/blender/include/BDR_drawaction.h | 1 + source/blender/include/BDR_drawmesh.h | 1 + source/blender/include/BDR_drawobject.h | 1 + source/blender/include/BDR_editcurve.h | 1 + source/blender/include/BDR_editface.h | 1 + source/blender/include/BDR_editmball.h | 1 + source/blender/include/BDR_editobject.h | 1 - source/blender/include/BDR_isect.h | 1 + source/blender/include/BDR_vpaint.h | 1 + source/blender/include/BIF_buttons.h | 1 + source/blender/include/BIF_drawimage.h | 1 + source/blender/include/BIF_drawoops.h | 1 + source/blender/include/BIF_drawscene.h | 1 + source/blender/include/BIF_drawseq.h | 1 + source/blender/include/BIF_drawtext.h | 1 + source/blender/include/BIF_editfont.h | 1 + source/blender/include/BIF_editgroup.h | 1 + source/blender/include/BIF_editika.h | 1 + source/blender/include/BIF_editkey.h | 1 + source/blender/include/BIF_editlattice.h | 1 + source/blender/include/BIF_editmesh.h | 1 + source/blender/include/BIF_editnla.h | 1 + source/blender/include/BIF_editoops.h | 1 + source/blender/include/BIF_editsca.h | 1 + source/blender/include/BIF_editseq.h | 1 + source/blender/include/BIF_editsima.h | 1 + source/blender/include/BIF_editview.h | 1 + source/blender/include/BIF_fsmenu.h | 1 + source/blender/include/BIF_gl.h | 1 + source/blender/include/BIF_glutil.h | 1 + source/blender/include/BIF_graphics.h | 1 + source/blender/include/BIF_imasel.h | 1 + source/blender/include/BIF_interface.h | 1 + source/blender/include/BIF_keyval.h | 1 + source/blender/include/BIF_mainqueue.h | 1 + source/blender/include/BIF_oops.h | 1 + source/blender/include/BIF_previewrender.h | 1 - source/blender/include/BIF_renderwin.h | 1 + source/blender/include/BIF_resources.h | 1 + source/blender/include/BIF_scrarea.h | 2 ++ source/blender/include/BIF_screen.h | 1 + source/blender/include/BIF_space.h | 1 + source/blender/include/BIF_spacetypes.h | 1 + source/blender/include/BIF_tbcallback.h | 1 + source/blender/include/BIF_toets.h | 1 + source/blender/include/BIF_usiblender.h | 1 + source/blender/include/BIF_writeimage.h | 1 + source/blender/include/BIF_writemovie.h | 1 + source/blender/include/BSE_buttons.h | 1 + source/blender/include/BSE_drawimasel.h | 1 + source/blender/include/BSE_drawipo.h | 1 + source/blender/include/BSE_drawoops.h | 1 + source/blender/include/BSE_drawview.h | 1 + source/blender/include/BSE_edit.h | 1 + source/blender/include/BSE_editaction.h | 1 + source/blender/include/BSE_editaction_types.h | 1 + source/blender/include/BSE_editipo.h | 1 + source/blender/include/BSE_editipo_types.h | 1 + source/blender/include/BSE_editnla_types.h | 1 + source/blender/include/BSE_filesel.h | 1 + source/blender/include/BSE_headerbuttons.h | 1 + source/blender/include/BSE_sequence.h | 1 + source/blender/include/BSE_trans_types.h | 1 + source/blender/include/BSE_types.h | 2 -- source/blender/include/BSE_view.h | 1 + source/blender/include/LOD_DependKludge.h | 1 + source/blender/include/blendef.h | 1 + source/blender/include/datatoc.h | 1 + source/blender/include/editlattice_ext.h | 1 + source/blender/include/interface.h | 1 + source/blender/include/ipo.h | 2 ++ source/blender/include/keyed_functions.h | 1 - source/blender/include/license_key.h | 1 + source/blender/include/mydevice.h | 1 + source/blender/include/objfnt.h | 1 + source/blender/include/particle_effect.h | 1 + source/blender/include/playanim_ext.h | 1 + 77 files changed, 75 insertions(+), 5 deletions(-) (limited to 'source/blender/include') diff --git a/source/blender/include/BDR_drawaction.h b/source/blender/include/BDR_drawaction.h index 7cff1089c4d..6764ced261e 100644 --- a/source/blender/include/BDR_drawaction.h +++ b/source/blender/include/BDR_drawaction.h @@ -46,3 +46,4 @@ void draw_action_channel(struct gla2DDrawInfo *di, struct bAction *act, int flag void draw_object_channel(struct gla2DDrawInfo *di, struct Object *ob, int flags, float ypos); #endif /* BDR_DRAWACTION_H */ + diff --git a/source/blender/include/BDR_drawmesh.h b/source/blender/include/BDR_drawmesh.h index 2aede9b5143..6bb1dea3396 100644 --- a/source/blender/include/BDR_drawmesh.h +++ b/source/blender/include/BDR_drawmesh.h @@ -79,3 +79,4 @@ void draw_tface_mesh(struct Object *ob, struct Mesh *me, int dt); void init_realtime_GL(void); #endif /* BDR_DRAWMESH_H */ + diff --git a/source/blender/include/BDR_drawobject.h b/source/blender/include/BDR_drawobject.h index a07c17f3f59..ddc694609fa 100644 --- a/source/blender/include/BDR_drawobject.h +++ b/source/blender/include/BDR_drawobject.h @@ -65,3 +65,4 @@ void draw_object_ext(struct Base *base); #endif #endif /* BDR_DRAWOBJECT_H */ + diff --git a/source/blender/include/BDR_editcurve.h b/source/blender/include/BDR_editcurve.h index 991d176e286..2f12b40b079 100644 --- a/source/blender/include/BDR_editcurve.h +++ b/source/blender/include/BDR_editcurve.h @@ -91,3 +91,4 @@ void clever_numbuts_curve(void); int bezt_compare (const void *e1, const void *e2); #endif /* BDR_EDITCURVE_H */ + diff --git a/source/blender/include/BDR_editface.h b/source/blender/include/BDR_editface.h index 4f45515cca9..41efb4fa4c5 100644 --- a/source/blender/include/BDR_editface.h +++ b/source/blender/include/BDR_editface.h @@ -54,3 +54,4 @@ void set_faceselect(void); void face_draw(void); #endif /* BDR_EDITFACE_H */ + diff --git a/source/blender/include/BDR_editmball.h b/source/blender/include/BDR_editmball.h index 3557266a55e..27dc5f651c9 100644 --- a/source/blender/include/BDR_editmball.h +++ b/source/blender/include/BDR_editmball.h @@ -47,3 +47,4 @@ void adduplicate_mball(void); void delete_mball(void); #endif /* BDR_EDITMBALL_H */ + diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h index ed88334cbc8..8eab5c3cb16 100644 --- a/source/blender/include/BDR_editobject.h +++ b/source/blender/include/BDR_editobject.h @@ -114,6 +114,5 @@ void texspace_edit(void); void first_base(void); void make_displists_by_obdata(void *obdata); - #endif /* BDR_EDITOBJECT_H */ diff --git a/source/blender/include/BDR_isect.h b/source/blender/include/BDR_isect.h index 3af6ea6ea17..0ae02f9545f 100644 --- a/source/blender/include/BDR_isect.h +++ b/source/blender/include/BDR_isect.h @@ -90,3 +90,4 @@ void addisfaces(struct EditVlak *evl); void intersect_mesh(void); #endif /* BDR_ISECT_H */ + diff --git a/source/blender/include/BDR_vpaint.h b/source/blender/include/BDR_vpaint.h index 7f8fda21e92..36189b3e367 100644 --- a/source/blender/include/BDR_vpaint.h +++ b/source/blender/include/BDR_vpaint.h @@ -56,3 +56,4 @@ void wpaint_undo (void); void copy_wpaint_undo (struct MDeformVert *dverts, int dcount); #endif /* BDR_VPAINT_H */ + diff --git a/source/blender/include/BIF_buttons.h b/source/blender/include/BIF_buttons.h index 450a39929a9..2f3a87baf5e 100644 --- a/source/blender/include/BIF_buttons.h +++ b/source/blender/include/BIF_buttons.h @@ -38,3 +38,4 @@ extern void do_blenderbuttons(unsigned short event); extern void redraw_test_buttons(struct Base *new); #endif + diff --git a/source/blender/include/BIF_drawimage.h b/source/blender/include/BIF_drawimage.h index a6a01ad5cb2..5eca69ca8be 100644 --- a/source/blender/include/BIF_drawimage.h +++ b/source/blender/include/BIF_drawimage.h @@ -47,3 +47,4 @@ void uvco_to_areaco_noclip(float *vec, short *mval); void what_image(struct SpaceImage *sima); #endif + diff --git a/source/blender/include/BIF_drawoops.h b/source/blender/include/BIF_drawoops.h index d580361be86..d60d8b2e0de 100644 --- a/source/blender/include/BIF_drawoops.h +++ b/source/blender/include/BIF_drawoops.h @@ -38,3 +38,4 @@ void mysbox(float x1, float y1, float x2, float y2); void boundbox_oops(void); #endif + diff --git a/source/blender/include/BIF_drawscene.h b/source/blender/include/BIF_drawscene.h index 19c22bb4a5f..9574d56e464 100644 --- a/source/blender/include/BIF_drawscene.h +++ b/source/blender/include/BIF_drawscene.h @@ -31,3 +31,4 @@ */ struct Scene; void set_scene(struct Scene *sce); + diff --git a/source/blender/include/BIF_drawseq.h b/source/blender/include/BIF_drawseq.h index 0e7b113d9b4..d122aeb071e 100644 --- a/source/blender/include/BIF_drawseq.h +++ b/source/blender/include/BIF_drawseq.h @@ -39,3 +39,4 @@ void drawseq(struct Sequence *seq); void set_special_seq_update(int val); #endif + diff --git a/source/blender/include/BIF_drawtext.h b/source/blender/include/BIF_drawtext.h index ab3c6223563..b0ec7a74ea3 100644 --- a/source/blender/include/BIF_drawtext.h +++ b/source/blender/include/BIF_drawtext.h @@ -49,3 +49,4 @@ void free_txt_data(void); void pop_space_text(struct SpaceText *st); #endif + diff --git a/source/blender/include/BIF_editfont.h b/source/blender/include/BIF_editfont.h index 155e78d8a34..d45ca41cd8c 100644 --- a/source/blender/include/BIF_editfont.h +++ b/source/blender/include/BIF_editfont.h @@ -46,3 +46,4 @@ void add_primitiveFont(int); void to_upper(void); #endif + diff --git a/source/blender/include/BIF_editgroup.h b/source/blender/include/BIF_editgroup.h index 33a85839a49..c2f88f8ec0e 100644 --- a/source/blender/include/BIF_editgroup.h +++ b/source/blender/include/BIF_editgroup.h @@ -36,3 +36,4 @@ void rem_selected_from_group(void); void group_menu(void); void prev_group_key(struct Group *group); void next_group_key(struct Group *group); + diff --git a/source/blender/include/BIF_editika.h b/source/blender/include/BIF_editika.h index ccbb91b2120..ef946843187 100644 --- a/source/blender/include/BIF_editika.h +++ b/source/blender/include/BIF_editika.h @@ -35,3 +35,4 @@ void draw_ika_nrs(struct Object *ob, int type); int extrude_ika(struct Object *ob, int add); void delete_skeleton(void); void make_skeleton(void); + diff --git a/source/blender/include/BIF_editkey.h b/source/blender/include/BIF_editkey.h index 724f935cab5..0a9b14dee16 100644 --- a/source/blender/include/BIF_editkey.h +++ b/source/blender/include/BIF_editkey.h @@ -60,3 +60,4 @@ void delete_key(void); void move_keys(void); #endif + diff --git a/source/blender/include/BIF_editlattice.h b/source/blender/include/BIF_editlattice.h index d7d8bcd272c..738eb14847c 100644 --- a/source/blender/include/BIF_editlattice.h +++ b/source/blender/include/BIF_editlattice.h @@ -42,3 +42,4 @@ void deselectall_Latt(void); void mouse_lattice(void); #endif + diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h index 9254a0db50b..8a72a63f323 100644 --- a/source/blender/include/BIF_editmesh.h +++ b/source/blender/include/BIF_editmesh.h @@ -116,3 +116,4 @@ void vertices_to_sphere(void); void fill_mesh(void); #endif + diff --git a/source/blender/include/BIF_editnla.h b/source/blender/include/BIF_editnla.h index ebcbd1eaa49..c70969ed575 100644 --- a/source/blender/include/BIF_editnla.h +++ b/source/blender/include/BIF_editnla.h @@ -36,3 +36,4 @@ void clever_numbuts_nla(void); #endif + diff --git a/source/blender/include/BIF_editoops.h b/source/blender/include/BIF_editoops.h index 7e76cc65ea5..7c5905e1fa8 100644 --- a/source/blender/include/BIF_editoops.h +++ b/source/blender/include/BIF_editoops.h @@ -43,3 +43,4 @@ void swap_select_all_oops(void); void transform_oops(int mode); #endif + diff --git a/source/blender/include/BIF_editsca.h b/source/blender/include/BIF_editsca.h index 93f43363ddf..c8e8a33d475 100644 --- a/source/blender/include/BIF_editsca.h +++ b/source/blender/include/BIF_editsca.h @@ -38,3 +38,4 @@ void do_gamebuts(unsigned short event); void gamebuts(void); #endif + diff --git a/source/blender/include/BIF_editseq.h b/source/blender/include/BIF_editseq.h index e10a221c018..52233daea91 100644 --- a/source/blender/include/BIF_editseq.h +++ b/source/blender/include/BIF_editseq.h @@ -57,3 +57,4 @@ void transform_seq(int mode); void un_meta(void); #endif + diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h index f14f856a876..0a15e4bd101 100644 --- a/source/blender/include/BIF_editsima.h +++ b/source/blender/include/BIF_editsima.h @@ -36,3 +36,4 @@ void mouse_select_sima(void); void select_swap_tface_uv(void); void tface_do_clip(void); void transform_tface_uv(int mode); + diff --git a/source/blender/include/BIF_editview.h b/source/blender/include/BIF_editview.h index 9c09103372f..dc47fb61b51 100644 --- a/source/blender/include/BIF_editview.h +++ b/source/blender/include/BIF_editview.h @@ -50,3 +50,4 @@ void set_active_object(struct Object *ob); void set_render_border(void); #endif + diff --git a/source/blender/include/BIF_fsmenu.h b/source/blender/include/BIF_fsmenu.h index c038360a874..50b671c6f3d 100644 --- a/source/blender/include/BIF_fsmenu.h +++ b/source/blender/include/BIF_fsmenu.h @@ -70,3 +70,4 @@ void fsmenu_remove_entry (int index); void fsmenu_free (void); #endif + diff --git a/source/blender/include/BIF_gl.h b/source/blender/include/BIF_gl.h index da67855cdac..291c465c6c6 100644 --- a/source/blender/include/BIF_gl.h +++ b/source/blender/include/BIF_gl.h @@ -59,3 +59,4 @@ #define lrectwrite(a, b, c, d, rect) {glRasterPos2i(a, b);glDrawPixels((c)-(a)+1, (d)-(b)+1, GL_RGBA, GL_UNSIGNED_BYTE, rect);} #endif /* #ifdef BIF_GL_H */ + diff --git a/source/blender/include/BIF_glutil.h b/source/blender/include/BIF_glutil.h index ab8bad67760..93617cf6bfb 100644 --- a/source/blender/include/BIF_glutil.h +++ b/source/blender/include/BIF_glutil.h @@ -187,3 +187,4 @@ void gla2DDrawTranslatePtv (gla2DDrawInfo *di, float world[2], int screen_r[2] void glaEnd2DDraw (gla2DDrawInfo *di); #endif /* BIF_GLUTIL_H */ + diff --git a/source/blender/include/BIF_graphics.h b/source/blender/include/BIF_graphics.h index 2d97ed9d819..90e77e1fb7e 100644 --- a/source/blender/include/BIF_graphics.h +++ b/source/blender/include/BIF_graphics.h @@ -54,3 +54,4 @@ void set_cursor(int curs); int get_cursor(void); #endif /* BIF_GRAPHICS_H */ + diff --git a/source/blender/include/BIF_imasel.h b/source/blender/include/BIF_imasel.h index ef37ed5858d..01958f66964 100644 --- a/source/blender/include/BIF_imasel.h +++ b/source/blender/include/BIF_imasel.h @@ -56,3 +56,4 @@ void check_imasel_copy(struct SpaceImaSel *simasel); void free_imasel(struct SpaceImaSel *simasel); #endif + diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h index 21060330e81..4246583e58c 100644 --- a/source/blender/include/BIF_interface.h +++ b/source/blender/include/BIF_interface.h @@ -126,3 +126,4 @@ short pupmenu(char *instr); short pupmenu_col(char *instr, int maxrow); #endif /* BIF_INTERFACE_H */ + diff --git a/source/blender/include/BIF_keyval.h b/source/blender/include/BIF_keyval.h index 94fa8f09bc5..7134bd2b153 100644 --- a/source/blender/include/BIF_keyval.h +++ b/source/blender/include/BIF_keyval.h @@ -36,3 +36,4 @@ char *key_event_to_string(unsigned short event); #endif + diff --git a/source/blender/include/BIF_mainqueue.h b/source/blender/include/BIF_mainqueue.h index e649748cedf..48df45bf3bf 100644 --- a/source/blender/include/BIF_mainqueue.h +++ b/source/blender/include/BIF_mainqueue.h @@ -44,3 +44,4 @@ void mainqenter_ext (unsigned short event, short val, char ascii); void mainqpushback (unsigned short event, short val, char ascii); #endif /* BIF_MAINQUEUE_H */ + diff --git a/source/blender/include/BIF_oops.h b/source/blender/include/BIF_oops.h index 9d7aeffbfe8..bf08e9f1380 100644 --- a/source/blender/include/BIF_oops.h +++ b/source/blender/include/BIF_oops.h @@ -66,3 +66,4 @@ void test_oopslink(struct OopsLink *ol); void test_oopslinko(struct OopsLink *ol); #endif + diff --git a/source/blender/include/BIF_previewrender.h b/source/blender/include/BIF_previewrender.h index 0e4e1c9d71c..e93c66ce443 100644 --- a/source/blender/include/BIF_previewrender.h +++ b/source/blender/include/BIF_previewrender.h @@ -35,4 +35,3 @@ void BIF_preview_changed (struct SpaceButs *area); void BIF_previewrender (struct SpaceButs *area); void BIF_previewdraw (struct SpaceButs *area); - diff --git a/source/blender/include/BIF_renderwin.h b/source/blender/include/BIF_renderwin.h index a6ac7c707ea..c91a0710c60 100644 --- a/source/blender/include/BIF_renderwin.h +++ b/source/blender/include/BIF_renderwin.h @@ -47,3 +47,4 @@ void BIF_renderwin_set_custom_cursor(unsigned char mask[16][2], unsigned char bi void BIF_swap_render_rects(void); void BIF_toggle_render_display(void); + diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h index c379c74c311..2a53842adba 100644 --- a/source/blender/include/BIF_resources.h +++ b/source/blender/include/BIF_resources.h @@ -319,3 +319,4 @@ void BIF_draw_icon_blended (BIFIconID icon, BIFColorID color, BIFColorShade shad void BIF_set_color (BIFColorID color, BIFColorShade shade); #endif /* BIF_ICONS_H */ + diff --git a/source/blender/include/BIF_scrarea.h b/source/blender/include/BIF_scrarea.h index 2bd10278ddd..bd8facab030 100644 --- a/source/blender/include/BIF_scrarea.h +++ b/source/blender/include/BIF_scrarea.h @@ -48,4 +48,6 @@ int scrarea_get_win_height (struct ScrArea *sa); #ifdef __cplusplus } + #endif + diff --git a/source/blender/include/BIF_screen.h b/source/blender/include/BIF_screen.h index 81b2874b217..e92c2933162 100644 --- a/source/blender/include/BIF_screen.h +++ b/source/blender/include/BIF_screen.h @@ -122,3 +122,4 @@ void screen_draw_info_text(struct bScreen *sc, char *text); #endif #endif /* BIF_SCREEN_H */ + diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h index 68295db2ddb..7d3deec1be9 100644 --- a/source/blender/include/BIF_space.h +++ b/source/blender/include/BIF_space.h @@ -92,3 +92,4 @@ extern void mainwindow_make_active(void); extern void mainwindow_close(void); #endif + diff --git a/source/blender/include/BIF_spacetypes.h b/source/blender/include/BIF_spacetypes.h index 03dd6de22b1..9de430bf9d2 100644 --- a/source/blender/include/BIF_spacetypes.h +++ b/source/blender/include/BIF_spacetypes.h @@ -58,3 +58,4 @@ SpaceType *spaceseq_get_type (void); SpaceType *spacesound_get_type (void); SpaceType *spacetext_get_type (void); SpaceType *spaceview3d_get_type (void); + diff --git a/source/blender/include/BIF_tbcallback.h b/source/blender/include/BIF_tbcallback.h index 34f39736759..780f36af6f3 100644 --- a/source/blender/include/BIF_tbcallback.h +++ b/source/blender/include/BIF_tbcallback.h @@ -39,3 +39,4 @@ typedef struct _TBcallback { typedef TBcallback * (*Tbox_callbackfunc)(int l, int x); void tboxSetCallback(Tbox_callbackfunc f); + diff --git a/source/blender/include/BIF_toets.h b/source/blender/include/BIF_toets.h index 50c04a1ae0d..ef16186f15f 100644 --- a/source/blender/include/BIF_toets.h +++ b/source/blender/include/BIF_toets.h @@ -41,3 +41,4 @@ void persptoetsen(unsigned short event); /* dutch rules man */ int untitled(char *name); #endif + diff --git a/source/blender/include/BIF_usiblender.h b/source/blender/include/BIF_usiblender.h index 6cf5c1e8d9d..d32c444e5e6 100644 --- a/source/blender/include/BIF_usiblender.h +++ b/source/blender/include/BIF_usiblender.h @@ -46,3 +46,4 @@ void BIF_write_homefile (void); void BIF_write_autosave (void); #endif + diff --git a/source/blender/include/BIF_writeimage.h b/source/blender/include/BIF_writeimage.h index 92fcbb4dc84..318a4294371 100644 --- a/source/blender/include/BIF_writeimage.h +++ b/source/blender/include/BIF_writeimage.h @@ -40,3 +40,4 @@ int BIF_write_ibuf(struct ImBuf *ibuf, char *name); void BIF_save_envmap(struct EnvMap *env, char *str); #endif + diff --git a/source/blender/include/BIF_writemovie.h b/source/blender/include/BIF_writemovie.h index e8985c68e39..8dab1d4e7f8 100644 --- a/source/blender/include/BIF_writemovie.h +++ b/source/blender/include/BIF_writemovie.h @@ -38,3 +38,4 @@ void append_movie(int fnum); void end_movie(void); #endif + diff --git a/source/blender/include/BSE_buttons.h b/source/blender/include/BSE_buttons.h index 4c72e4309df..dd2332fbec2 100644 --- a/source/blender/include/BSE_buttons.h +++ b/source/blender/include/BSE_buttons.h @@ -44,3 +44,4 @@ void test_actionpoin_but(char *name, ID **idpp); /* __ NLA */ void clever_numbuts_buts(); #endif /* BSE_BUTTONS_H */ + diff --git a/source/blender/include/BSE_drawimasel.h b/source/blender/include/BSE_drawimasel.h index 73abe1e9ece..3064c53b4d0 100644 --- a/source/blender/include/BSE_drawimasel.h +++ b/source/blender/include/BSE_drawimasel.h @@ -55,3 +55,4 @@ void drawimasel(void); /* void select_ima_files(SpaceImaSel *simasel); */ #endif /* BSE_DRAWIMASEL_H */ + diff --git a/source/blender/include/BSE_drawipo.h b/source/blender/include/BSE_drawipo.h index 2b2d6abf1d8..6bb6f717b71 100644 --- a/source/blender/include/BSE_drawipo.h +++ b/source/blender/include/BSE_drawipo.h @@ -61,3 +61,4 @@ struct EditIpo *select_proj_ipo(struct rctf *rectf, int event); #endif /* BSE_DRAWIPO_H */ + diff --git a/source/blender/include/BSE_drawoops.h b/source/blender/include/BSE_drawoops.h index fc354164115..ef52d9e2c92 100644 --- a/source/blender/include/BSE_drawoops.h +++ b/source/blender/include/BSE_drawoops.h @@ -47,3 +47,4 @@ void draw_oops(struct Oops *oops, struct uiBlock *block); void drawoopsspace(void); #endif /* BSE_DRAWOOPS */ + diff --git a/source/blender/include/BSE_drawview.h b/source/blender/include/BSE_drawview.h index 3cd9bb07f03..69299255b1c 100644 --- a/source/blender/include/BSE_drawview.h +++ b/source/blender/include/BSE_drawview.h @@ -62,3 +62,4 @@ void inner_play_anim_loop(int init, int mode); int play_anim(int mode); #endif /* BSE_DRAWVIEW_H */ + diff --git a/source/blender/include/BSE_edit.h b/source/blender/include/BSE_edit.h index 5a631c4232a..cb76517fe56 100644 --- a/source/blender/include/BSE_edit.h +++ b/source/blender/include/BSE_edit.h @@ -42,3 +42,4 @@ void countall(void); void snapmenu(void); #endif /* BSE_EDIT_H */ + diff --git a/source/blender/include/BSE_editaction.h b/source/blender/include/BSE_editaction.h index 007c6208b04..841549de260 100644 --- a/source/blender/include/BSE_editaction.h +++ b/source/blender/include/BSE_editaction.h @@ -54,3 +54,4 @@ void select_actionchannel_by_name (struct bAction *act, char *name, int select); struct bAction *bake_action_with_client (struct bAction *act, struct Object *arm, float tolerance); #endif /* BSE_EDITACTION_H */ + diff --git a/source/blender/include/BSE_editaction_types.h b/source/blender/include/BSE_editaction_types.h index 5b2be4054a1..16e4890daef 100644 --- a/source/blender/include/BSE_editaction_types.h +++ b/source/blender/include/BSE_editaction_types.h @@ -48,3 +48,4 @@ #define CHANNEL_FILTER_LA 0x00040000 /* Show lamp keys */ #endif /* BSE_EDITACTION_TYPES_H */ + diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h index f05f96d8dc0..69fb9dd65ac 100644 --- a/source/blender/include/BSE_editipo.h +++ b/source/blender/include/BSE_editipo.h @@ -140,3 +140,4 @@ void borderselect_ipo_key(struct Ipo *ipo, float xmin, float xmax, int val); void select_ipo_key(struct Ipo *ipo, float selx, int sel); #endif /* BSE_EDITIPO_H */ + diff --git a/source/blender/include/BSE_editipo_types.h b/source/blender/include/BSE_editipo_types.h index b14e87bf1ef..b21cdcee7aa 100644 --- a/source/blender/include/BSE_editipo_types.h +++ b/source/blender/include/BSE_editipo_types.h @@ -260,3 +260,4 @@ typedef struct EditIpo { */ #endif /* BSE_EDITIPO_TYPES_H */ + diff --git a/source/blender/include/BSE_editnla_types.h b/source/blender/include/BSE_editnla_types.h index a6ef781514c..4316b857568 100644 --- a/source/blender/include/BSE_editnla_types.h +++ b/source/blender/include/BSE_editnla_types.h @@ -40,3 +40,4 @@ #define ACTIVE_ARMATURE(base) ((base)->object->type==OB_ARMATURE && (base)->object->action) #endif /* BSE_EDITNLA_TYPES_H */ + diff --git a/source/blender/include/BSE_filesel.h b/source/blender/include/BSE_filesel.h index dcc49ecc30e..87daea87bf2 100644 --- a/source/blender/include/BSE_filesel.h +++ b/source/blender/include/BSE_filesel.h @@ -57,3 +57,4 @@ void winqreadfilespace(unsigned short event, short val, char ascii); void main_to_filelist(struct SpaceFile *sfile); #endif + diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h index 06693d70262..3399911e189 100644 --- a/source/blender/include/BSE_headerbuttons.h +++ b/source/blender/include/BSE_headerbuttons.h @@ -82,3 +82,4 @@ void buttons_active_id(struct ID **id, struct ID **idfrom); void do_headerbuttons(short event); #endif /* BSE_HEADERBUTTONS_H */ + diff --git a/source/blender/include/BSE_sequence.h b/source/blender/include/BSE_sequence.h index 67bc244e929..43a8a627824 100644 --- a/source/blender/include/BSE_sequence.h +++ b/source/blender/include/BSE_sequence.h @@ -111,3 +111,4 @@ void do_render_seq(void); #endif + diff --git a/source/blender/include/BSE_trans_types.h b/source/blender/include/BSE_trans_types.h index 44d7c44b339..63f3968da42 100644 --- a/source/blender/include/BSE_trans_types.h +++ b/source/blender/include/BSE_trans_types.h @@ -86,3 +86,4 @@ typedef struct VPaint { } VPaint; #endif /* BSE_TRANS_TYPES_H */ + diff --git a/source/blender/include/BSE_types.h b/source/blender/include/BSE_types.h index 552e44a7c70..cc241465dfa 100644 --- a/source/blender/include/BSE_types.h +++ b/source/blender/include/BSE_types.h @@ -67,5 +67,3 @@ struct Bone; /* interface crap */ struct uiBut; - - diff --git a/source/blender/include/BSE_view.h b/source/blender/include/BSE_view.h index a02000a6f39..e6477012c8a 100644 --- a/source/blender/include/BSE_view.h +++ b/source/blender/include/BSE_view.h @@ -68,3 +68,4 @@ short selectprojektie(unsigned int *buffer, short x1, short y1, short x2, short void view3d_align_axis_to_vector(struct View3D *v3d, int axisidx, float vec[3]); #endif + diff --git a/source/blender/include/LOD_DependKludge.h b/source/blender/include/LOD_DependKludge.h index d8930a4fdba..65a57971c39 100644 --- a/source/blender/include/LOD_DependKludge.h +++ b/source/blender/include/LOD_DependKludge.h @@ -38,3 +38,4 @@ #define NAN_DECIMATION #endif //LOD_DEPENDKLUDGE_H + diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h index 4639dc4b3df..1dbc0a78701 100644 --- a/source/blender/include/blendef.h +++ b/source/blender/include/blendef.h @@ -401,3 +401,4 @@ #define GS(a) (*((short *)(a))) #endif + diff --git a/source/blender/include/datatoc.h b/source/blender/include/datatoc.h index 0d74ae891c5..51a1cf6204a 100644 --- a/source/blender/include/datatoc.h +++ b/source/blender/include/datatoc.h @@ -54,3 +54,4 @@ extern int datatoc_cmovie_tga_size; extern char datatoc_cmovie_tga[]; #endif /* DATATOC_H */ + diff --git a/source/blender/include/editlattice_ext.h b/source/blender/include/editlattice_ext.h index bbea1e6eb93..afb109df5f7 100644 --- a/source/blender/include/editlattice_ext.h +++ b/source/blender/include/editlattice_ext.h @@ -39,3 +39,4 @@ void end_latt_deform(void); #endif /* EDITLATTICE_EXT_H */ + diff --git a/source/blender/include/interface.h b/source/blender/include/interface.h index d4155a81de4..3f37b5fe52e 100644 --- a/source/blender/include/interface.h +++ b/source/blender/include/interface.h @@ -128,3 +128,4 @@ #define UI_BLOCK_ROWS 2 #endif + diff --git a/source/blender/include/ipo.h b/source/blender/include/ipo.h index a93c043d939..4336076dfd1 100644 --- a/source/blender/include/ipo.h +++ b/source/blender/include/ipo.h @@ -259,4 +259,6 @@ typedef struct EditIpo { #define CO_ORIENT_Z 8 #define CO_ROLL 9 */ + #endif /* IPO_H */ + diff --git a/source/blender/include/keyed_functions.h b/source/blender/include/keyed_functions.h index d3bfd8e7710..d0315c6d8fa 100644 --- a/source/blender/include/keyed_functions.h +++ b/source/blender/include/keyed_functions.h @@ -65,4 +65,3 @@ int make_beautiful_animation(void *vp); int calc_memleak (void* ptr); - diff --git a/source/blender/include/license_key.h b/source/blender/include/license_key.h index b2abf2c0f6f..1346998f520 100644 --- a/source/blender/include/license_key.h +++ b/source/blender/include/license_key.h @@ -92,3 +92,4 @@ extern Fptr g_ptrtab[]; #define KEY_FUNC21 4 #endif + diff --git a/source/blender/include/mydevice.h b/source/blender/include/mydevice.h index d87463cd7d9..a66639bf07e 100644 --- a/source/blender/include/mydevice.h +++ b/source/blender/include/mydevice.h @@ -240,3 +240,4 @@ #define REDRAWNLA 0x4035 #endif /* !__MYDEVICE_H__ */ + diff --git a/source/blender/include/objfnt.h b/source/blender/include/objfnt.h index b442a59e87d..e54b7b5e1e3 100644 --- a/source/blender/include/objfnt.h +++ b/source/blender/include/objfnt.h @@ -102,3 +102,4 @@ extern pschar charlist[NASCII]; /* char *asciiname(void); */ #endif + diff --git a/source/blender/include/particle_effect.h b/source/blender/include/particle_effect.h index 588da7ee3d4..86a0417b807 100644 --- a/source/blender/include/particle_effect.h +++ b/source/blender/include/particle_effect.h @@ -46,3 +46,4 @@ extern void build_particle_system(Object *ob); void set_buildvars(Object *ob, int *start, int *end); #endif + diff --git a/source/blender/include/playanim_ext.h b/source/blender/include/playanim_ext.h index ffc8c6bce5d..bef610ac018 100644 --- a/source/blender/include/playanim_ext.h +++ b/source/blender/include/playanim_ext.h @@ -38,3 +38,4 @@ extern void playanim(int argc, char **argv); #endif + -- cgit v1.2.3