Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (12 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/dump_used_options.cc

    r47 r52  
    3535
    3636#include "dump_used_options.h"
     37
    3738#ifdef HAVE_CONFIG_H
    3839#include "config.h"
     
    4142namespace sc_core {
    4243
    43 static
    44 const char used_options[] =
     44static const char used_options[] =
    4545  "Used Options :\n"
    4646#ifdef USE_PORT_DEPENDENCY
     
    9494  "...";
    9595
    96 const char*
    97 get_used_options()
    98 {
     96const char * get_used_options() {
    9997    return used_options;
    10098}
     
    102100} // end of sc_core namespace
    103101
     102/*
     103# Local Variables:
     104# tab-width: 4;
     105# c-basic-offset: 4;
     106# c-file-offsets:((innamespace . 0)(inline-open . 0));
     107# indent-tabs-mode: nil;
     108# End:
     109#
     110# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     111*/
     112
     113
Note: See TracChangeset for help on using the changeset viewer.