
- 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
8 lines
94 B
C++
8 lines
94 B
C++
#include <dbuscxx_test_generator-server.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
|
|
return 0;
|
|
}
|
|
|