💄 for cpplint.

This commit is contained in:
Cheng Zhao 2013-04-14 17:33:44 +08:00
parent 0f6ece2d27
commit 0d8c4dde97
5 changed files with 8 additions and 10 deletions

View file

@ -6,10 +6,8 @@
#define ATOM_APP_ATOM_LIBRARY_MAIN_
extern "C" {
__attribute__ ((visibility ("default")))
__attribute__((visibility("default")))
int AtomMain(int argc, const char* argv[]);
}
#endif // ATOM_APP_ATOM_LIBRARY_MAIN_