seoz pushed a commit to branch master.

commit 8030abad4bfec5aff3202a0cb15582e9667a85e5
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Sep 10 16:30:44 2013 +0900

    elm_widget_progressbgar.h: subtle formatting fix.
---
 src/lib/elm_widget_progressbar.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_widget_progressbar.h b/src/lib/elm_widget_progressbar.h
index 20d7812..016970e 100644
--- a/src/lib/elm_widget_progressbar.h
+++ b/src/lib/elm_widget_progressbar.h
@@ -32,7 +32,7 @@ struct _Elm_Progressbar_Smart_Data
    Eina_Bool             inverted : 1;
    Eina_Bool             pulse : 1;
    Eina_Bool             pulse_state : 1;
-   Eina_List             *progress_status;
+   Eina_List            *progress_status;
 
    char                 *(*unit_format_func)(double val);
    void                  (*unit_format_free)(char *str);
@@ -40,7 +40,7 @@ struct _Elm_Progressbar_Smart_Data
 
 struct _Elm_Progress_Status
 {
-   const char            *part_name;
+   const char           *part_name;
    double                val;
 };
 

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to