Changeset 737 for library/bdm/bdmerror.h

Show
Ignore:
Timestamp:
11/25/09 12:14:38 (15 years ago)
Author:
mido
Message:

ASTYLER RUN OVER THE WHOLE LIBRARY, JUPEE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmerror.h

    r706 r737  
    2222 
    2323//! Helper function for the \c bdm_assert and \c bdm_assert_debug macros 
    24 void bdm_assert_f(const std::string &ass, const std::string &msg, const std::string &file, int line); 
     24void bdm_assert_f ( const std::string &ass, const std::string &msg, const std::string &file, int line ); 
    2525 
    2626//! Helper function for the \c bdm_error macro 
    27 void bdm_error_f(const std::string &msg, const std::string &file, int line); 
     27void bdm_error_f ( const std::string &msg, const std::string &file, int line ); 
    2828 
    2929//! Helper function for the \c bdm_warning macro 
    30 void bdm_warning_f(const std::string &msg, const std::string &file, int line); 
     30void bdm_warning_f ( const std::string &msg, const std::string &file, int line ); 
    3131 
    3232}