Changeset 62 in Main for src/graphics_monitor/App.h


Ignore:
Timestamp:
23/03/2012 08:35:52 (14 months ago)
Author:
BitPuffin
Message:

Just some minor indentation cleanup to test if the repo is working
I need to install haiku again to actually test compile the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/graphics_monitor/App.h

    r59 r62  
    2828class App : public BApplication { 
    2929public: 
    30                                         App(); 
    31                                         ~App(); 
    32         status_t                Status(); 
    33         virtual void    ReadyToRun(); 
    34         virtual void    MessageReceived(BMessage*); 
    35         virtual bool    QuitRequested(); 
     30                                                                App(); 
     31                                                                ~App(); 
     32        status_t                                        Status(); 
     33        virtual void                            ReadyToRun(); 
     34        virtual void                            MessageReceived(BMessage*); 
     35        virtual bool                            QuitRequested(); 
    3636 
    3737private: 
    38         entry_ref               fGfxServerRef; 
    39         entry_ref               fWarehouseRef; 
     38        entry_ref                                       fGfxServerRef; 
     39        entry_ref                                       fWarehouseRef; 
    4040}; 
    4141 
Note: See TracChangeset for help on using the changeset viewer.