dbus-cplusplus/test/generator/dbuscxx_test_generator-client.cpp
Andreas Volz 1c8e43e6d6 - NO FUNCTIONAL CODE CHANGES!!!!
- 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
2011-11-28 12:44:11 +01:00

7 lines
93 B
C++

#include <dbuscxx_test_generator-client.h>
int main(int argc, char **argv)
{
return 0;
}