Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        dox.h file.c format.c ttfont.c 


Log Message:
Add -brs to indent profile.

===================================================================
RCS file: /cvs/e/e16/e/dox/dox.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- dox.h       22 Mar 2008 14:50:15 -0000      1.46
+++ dox.h       23 Mar 2008 11:54:21 -0000      1.47
@@ -66,8 +66,7 @@
 
 typedef struct _efont Efont;
 
-typedef struct _root
-{
+typedef struct _root {
    Window              win;
    Visual             *vis;
    unsigned int        depth;
@@ -76,8 +75,7 @@
    unsigned int        w, h;
 } Root;
 
-typedef struct _textstate
-{
+typedef struct _textstate {
    char               *fontname;
    XColor              fg_col;
    XColor              bg_col;
@@ -91,8 +89,7 @@
    int                 height;
 } TextState;
 
-typedef struct _link
-{
+typedef struct _link {
    char               *name;
    int                 x, y, w, h;
    struct _link       *next;
===================================================================
RCS file: /cvs/e/e16/e/dox/file.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- file.c      22 Mar 2008 14:50:15 -0000      1.21
+++ file.c      23 Mar 2008 11:54:21 -0000      1.22
@@ -118,8 +118,7 @@
    char               *start, *finish, *ss, *w;
 
    int                 wcflg, mbflg;
-   struct char_class
-   {
+   struct char_class {
       const char         *name;
       wctype_t            wt;
    }                  *cc, char_class_tbl[] =
===================================================================
RCS file: /cvs/e/e16/e/dox/format.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- format.c    22 Mar 2008 14:50:15 -0000      1.26
+++ format.c    23 Mar 2008 11:54:21 -0000      1.27
@@ -27,8 +27,7 @@
 #define DEFAULT_LINKCOLOR_G 50
 #define DEFAULT_LINKCOLOR_B 160
 
-typedef enum _type
-{
+typedef enum _type {
    IMG,
    BR,
    FONT,
@@ -37,8 +36,7 @@
    PAGE
 } Type;
 
-typedef struct _img
-{
+typedef struct _img {
    char               *src;
    char               *src2;
    char               *src3;
@@ -47,25 +45,21 @@
    int                 w, h;
 } Img_;
 
-typedef struct _font
-{
+typedef struct _font {
    char               *face;
    int                 r, g, b;
 } Font_;
 
-typedef struct _p
-{
+typedef struct _p {
    float               align;
 } P_;
 
-typedef struct _object
-{
+typedef struct _object {
    Type                type;
    void               *object;
 } Object;
 
-typedef struct _page
-{
+typedef struct _page {
    char               *name;
    int                 count;
    Object             *obj;
===================================================================
RCS file: /cvs/e/e16/e/dox/ttfont.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ttfont.c    22 Dec 2007 11:49:56 -0000      1.22
+++ ttfont.c    23 Mar 2008 11:54:21 -0000      1.23
@@ -22,8 +22,7 @@
  */
 #include "dox.h"
 
-struct _efont
-{
+struct _efont {
    Imlib_Font          face;
 };
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to