Skip to content

Commit

Permalink
add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
daogottwald committed Sep 27, 2011
1 parent 7379bc6 commit 26ea1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/thebes/gfxPointH3D.h
Expand Up @@ -48,4 +48,4 @@ struct THEBES_API gfxPointH3D : public mozilla::gfx::BasePoint4D<float, gfxPoint
gfxPointH3D(float aX, float aY, float aZ, float aW) : Super(aX, aY, aZ, aW) {}
};

#endif /* GFX_POINTH3D_H */
#endif /* GFX_POINTH3D_H */

0 comments on commit 26ea1f3

Please sign in to comment.