
- changed code formating from tabs to spaces and others - used astyle with this option: --style=ansi --indent=spaces=2 -M --pad-oper --unpad-paren --pad-header --align-pointer=name --lineend=linux
7 lines
93 B
C++
7 lines
93 B
C++
#include <dbuscxx_test_generator-client.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
|
|
return 0;
|
|
}
|