error upload the program into Arduino

Dear Sir/Madam

I got this error when I upload my program on Arduino

C:\Program Files (x86)\Arduino/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10708 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard C:\Users\WT\AppData\Local\Temp\build5658114634013228155.tmp\sketch_mar03a.cpp -o C:\Users\WT\AppData\Local\Temp\build5658114634013228155.tmp\sketch_mar03a.cpp.o
sketch_mar03a.ino: In function 'void loop()':
sketch_mar03a.ino:13:26: error: expected ')' before '{' token
sketch_mar03a.ino:29:1: error: expected primary-expression before '}' token
sketch_mar03a.ino:29:1: error: expected ';' before '}' token
Error compiling.

I got this error when I upload my program on Arduino

No, you got that error when you compiled the code you didn't post.

And please use code tags for both the code and the error message; thanks for at least positing a full error message.

[code] paste your code or error message here [/code] results in

your pasted code or error message here